Fixed capitalization of sAMAccountName for LDAP_USER_ATTRIBUTE_USERNAME example
This commit is contained in:
@@ -135,7 +135,7 @@ define('LDAP_USER_BASE_DN', '');
|
|||||||
define('LDAP_USER_FILTER', '');
|
define('LDAP_USER_FILTER', '');
|
||||||
|
|
||||||
// LDAP attribute for username
|
// LDAP attribute for username
|
||||||
// Example for ActiveDirectory: 'samaccountname'
|
// Example for ActiveDirectory: 'sAMAccountName'
|
||||||
// Example for OpenLDAP: 'uid'
|
// Example for OpenLDAP: 'uid'
|
||||||
define('LDAP_USER_ATTRIBUTE_USERNAME', 'uid');
|
define('LDAP_USER_ATTRIBUTE_USERNAME', 'uid');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user