From 7c2bf746f2790e724b56bb1b05614bd1cd6df2f4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 20 Feb 2015 19:42:27 -0500 Subject: Lowercase LDAP usernames by default for authentication --- config.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index c6b4599b..ab3e3b8c 100644 --- a/config.default.php +++ b/config.default.php @@ -85,6 +85,10 @@ define('LDAP_ACCOUNT_EMAIL', 'mail'); // Example for OpenLDAP: 'uid' define('LDAP_ACCOUNT_ID', 'samaccountname'); +// By default Kanboard lowercase the ldap username to avoid duplicate users (the database is case sensitive) +// Set to true if you want to preserve the case +define('LDAP_USERNAME_CASE_SENSITIVE', false); + // Enable/disable Google authentication define('GOOGLE_AUTH', false); -- cgit v1.2.3