fix ldap defaults
This commit is contained in:
parent
38b2357e65
commit
a8971c0f47
@ -111,10 +111,10 @@ define('LDAP_BIND_TYPE', '{{ getenv "KANBOARD_LDAP_BIND_TYPE" "anonymous" }}');
|
||||
|
||||
// LDAP username to use with proxy mode
|
||||
// LDAP username pattern to use with user mode
|
||||
define('LDAP_USERNAME', {{ getenv "KANBOARD_LDAP_USERNAME" "null" }});
|
||||
define('LDAP_USERNAME', '{{ getenv "KANBOARD_LDAP_USERNAME" }}');
|
||||
|
||||
// LDAP password to use for proxy mode
|
||||
define('LDAP_PASSWORD', {{ getenv "KANBOARD_LDAP_PASSWORD" "null" }});
|
||||
define('LDAP_PASSWORD', '{{ getenv "KANBOARD_LDAP_PASSWORD" }}');
|
||||
|
||||
// LDAP DN for users
|
||||
// Example for ActiveDirectory: CN=Users,DC=kanboard,DC=local
|
||||
|
Reference in New Issue
Block a user