Update password-config.inc.php.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-12-30 14:28:57 +00:00
parent 1b00d7f8a3
commit b56220eeb4

View File

@ -10,7 +10,7 @@ $config['password_algorithm'] = 'sha512-crypt';
$config['password_algorithm_prefix'] = '{CRYPT}';
$config['password_ldap_host'] = '{{getenv "LDAP_HOST"}}';
$config['password_ldap_port'] = '{{getenv "LDAP_PORT" "389"}}';
$config['password_ldap_port'] = '{{getenv "LDAP_CONNECTION_PORT" "389"}}';
$config['password_ldap_version'] = '3';
$config['password_ldap_starttls'] = {{getenv "LDAP_STARTTLS" "true"}};
$config['password_ldap_basedn'] = '{{getenv "LDAP_BASE_DN"}}';