summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
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);