diff options
Diffstat (limited to 'modules/sympa/templates/auth.conf')
-rw-r--r-- | modules/sympa/templates/auth.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index af998b68..203dfe7c 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -8,6 +8,6 @@ ldap scope sub use_ssl 1 bind_dn cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %> - bind_password <%= ldap_password %> + bind_password <%= scope.lookupvar("sympa::server::ldap_password") %> authentication_info_url <%= authentication_info_url %> |