diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-02-07 19:30:09 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-02-07 19:30:09 +0200 |
commit | b7a4146c22073ad8e8ee97267b8fe465cbef9dcf (patch) | |
tree | a69c31fff87abb18fb21e19229aa875d147f7550 /modules/sympa/templates/auth.conf | |
parent | 9b92d625f6f0372652d0517817317463f3940838 (diff) | |
download | puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.gz puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.bz2 puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.xz puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.zip |
fix up bugzilla ldap/pgsql_password variable lookup
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 %> |