From 55f4a6ed74c8a0a2c0cb077459892e91fed32270 Mon Sep 17 00:00:00 2001 From: Max Appel <15197331+maxap@users.noreply.github.com> Date: Thu, 11 Jun 2020 05:10:07 +0200 Subject: [PATCH] Fixed capitalization of sAMAccountName for LDAP_USER_ATTRIBUTE_USERNAME example --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index d40e3920e..a8490fbcd 100644 --- a/config.default.php +++ b/config.default.php @@ -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');