Skip to content

Commit

Permalink
adding LDAP authentication support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Creasy committed Sep 21, 2012
1 parent 9876980 commit 44f5959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
| $config['auth_override_class_method']['accounts']['user'] = 'basic';
|
| Here 'deals' and 'accounts' are controller names, 'view', 'insert' and 'user' are methods within. (NOTE: leave off the '_get' or '_post' from the end of the method name)
| Acceptable values are; 'none', 'digest' and 'basic'
| Acceptable values are; 'none', 'digest' and 'basic'.
|
*/
// $config['auth_override_class_method']['deals']['view'] = 'none';
Expand Down

0 comments on commit 44f5959

Please sign in to comment.