From 925b0ba2e56117e3bbe2947d7938ed35815efa1a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 16 Aug 2014 13:59:37 -0700 Subject: Authentication backends refactoring --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 5f8313a9..b79bad94 100644 --- a/config.default.php +++ b/config.default.php @@ -55,7 +55,7 @@ define('LDAP_USERNAME', null); define('LDAP_PASSWORD', null); // LDAP account base, i.e. root of all user account -// Example: ou=people,dc=example,dc=com +// Example: ou=People,dc=example,dc=com define('LDAP_ACCOUNT_BASE', ''); // LDAP query pattern to use when searching for a user account -- cgit v1.2.3