diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-10 15:06:07 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-10 15:06:07 +0000 |
commit | 961911699c2a430ae60b3061b7cdc686d2f31b34 (patch) | |
tree | 06a1ec77cd7721654d9c3a81a95386bbc7cd0c45 /modules/sympa/templates | |
parent | 8484dcb7f69585b2b0ed4e30ef999c3bdb9fbbc2 (diff) | |
download | puppet-961911699c2a430ae60b3061b7cdc686d2f31b34.tar puppet-961911699c2a430ae60b3061b7cdc686d2f31b34.tar.gz puppet-961911699c2a430ae60b3061b7cdc686d2f31b34.tar.bz2 puppet-961911699c2a430ae60b3061b7cdc686d2f31b34.tar.xz puppet-961911699c2a430ae60b3061b7cdc686d2f31b34.zip |
Fix typo
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/ldap_alias_manager.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/ldap_alias_manager.conf b/modules/sympa/templates/ldap_alias_manager.conf index 8adf9578..cd7f29cd 100644 --- a/modules/sympa/templates/ldap_alias_manager.conf +++ b/modules/sympa/templates/ldap_alias_manager.conf @@ -6,7 +6,7 @@ ldap_host ldap.<%= domain %> #LDAP bind DN -cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org +ldap_bind_dn cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org #LDAP bind password ldap_bind_pwd <%= ldappass %> |