Update password-config.inc.php.tmpl
This commit is contained in:
parent
1b00d7f8a3
commit
b56220eeb4
@ -10,7 +10,7 @@ $config['password_algorithm'] = 'sha512-crypt';
|
|||||||
$config['password_algorithm_prefix'] = '{CRYPT}';
|
$config['password_algorithm_prefix'] = '{CRYPT}';
|
||||||
|
|
||||||
$config['password_ldap_host'] = '{{getenv "LDAP_HOST"}}';
|
$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_version'] = '3';
|
||||||
$config['password_ldap_starttls'] = {{getenv "LDAP_STARTTLS" "true"}};
|
$config['password_ldap_starttls'] = {{getenv "LDAP_STARTTLS" "true"}};
|
||||||
$config['password_ldap_basedn'] = '{{getenv "LDAP_BASE_DN"}}';
|
$config['password_ldap_basedn'] = '{{getenv "LDAP_BASE_DN"}}';
|
||||||
|
Loading…
Reference in New Issue
Block a user