From de109aaeafde6a375441970bcb40136cdb7dff45 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 18 Jul 2015 10:17:18 -0400 Subject: Add new config option to disable automatic creation of LDAP accounts --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 38453455..c392dcad 100644 --- a/config.default.php +++ b/config.default.php @@ -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); -- cgit v1.2.3