Add new config option to disable automatic creation of LDAP accounts
This commit is contained in:
@@ -109,6 +109,9 @@ define('LDAP_ACCOUNT_ID', 'samaccountname');
|
||||
// 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);
|
||||
|
||||
// Enable/disable Google authentication
|
||||
define('GOOGLE_AUTH', false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user