Skip to content

Commit 44f5959

Browse files
author
Jonathan Creasy
committed
adding LDAP authentication support
1 parent 9876980 commit 44f5959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config/rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
| $config['auth_override_class_method']['accounts']['user'] = 'basic';
7878
|
7979
| 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)
80-
| Acceptable values are; 'none', 'digest' and 'basic'
80+
| Acceptable values are; 'none', 'digest' and 'basic'.
8181
|
8282
*/
8383
// $config['auth_override_class_method']['deals']['view'] = 'none';

0 commit comments

Comments
 (0)