fix ldap defaults
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Robert Kaussow 2019-07-24 10:45:19 +02:00
parent 38b2357e65
commit a8971c0f47

View File

@ -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