Fixed capitalization of sAMAccountName for LDAP_USER_ATTRIBUTE_USERNAME example

This commit is contained in:
Max Appel 2020-06-11 05:10:07 +02:00 committed by GitHub
parent f60e4a0c59
commit 55f4a6ed74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ define('LDAP_USER_BASE_DN', '');
define('LDAP_USER_FILTER', '');
// LDAP attribute for username
// Example for ActiveDirectory: 'samaccountname'
// Example for ActiveDirectory: 'sAMAccountName'
// Example for OpenLDAP: 'uid'
define('LDAP_USER_ATTRIBUTE_USERNAME', 'uid');