diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 10:17:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 10:17:18 -0400 |
commit | de109aaeafde6a375441970bcb40136cdb7dff45 (patch) | |
tree | 67219f7c1688191d0a6645abf3fda6d9abb6cb85 /docs/config.markdown | |
parent | 5369c74ec0df35aa072a6067837c1d748836b96e (diff) |
Add new config option to disable automatic creation of LDAP accounts
Diffstat (limited to 'docs/config.markdown')
-rw-r--r-- | docs/config.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config.markdown b/docs/config.markdown index aca605ca..45ba7a91 100644 --- a/docs/config.markdown +++ b/docs/config.markdown @@ -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 |