Add new config option to disable automatic creation of LDAP accounts

This commit is contained in:
Frederic Guillot
2015-07-18 10:17:18 -04:00
parent 5369c74ec0
commit de109aaeaf
5 changed files with 25 additions and 2 deletions

View File

@@ -135,6 +135,9 @@ 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);
// Automatically create user account
define('LDAP_ACCOUNT_CREATION', true);
```
Google Authentication settings