From b56220eeb4e961bcbb1b6df127154897cb9bd6fb Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 30 Dec 2016 14:28:57 +0000 Subject: [PATCH] Update password-config.inc.php.tmpl --- rootfs/etc/confd/templates/password-config.inc.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/password-config.inc.php.tmpl b/rootfs/etc/confd/templates/password-config.inc.php.tmpl index d15e4fc..04b8595 100644 --- a/rootfs/etc/confd/templates/password-config.inc.php.tmpl +++ b/rootfs/etc/confd/templates/password-config.inc.php.tmpl @@ -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"}}';