aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/auth.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 16:52:24 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 16:52:24 +0000
commit6102e208a485930f226d4a12c46850963d8cb210 (patch)
tree497b621e6d55cd9b37a06687f3f51296ca1e4cac /modules/sympa/templates/auth.conf
parent28ac19b72d12c65c333ee46c78491f72f86add52 (diff)
downloadpuppet-6102e208a485930f226d4a12c46850963d8cb210.tar
puppet-6102e208a485930f226d4a12c46850963d8cb210.tar.gz
puppet-6102e208a485930f226d4a12c46850963d8cb210.tar.bz2
puppet-6102e208a485930f226d4a12c46850963d8cb210.tar.xz
puppet-6102e208a485930f226d4a12c46850963d8cb210.zip
- rename the account, to be coherent with the others one in ldap
Diffstat (limited to 'modules/sympa/templates/auth.conf')
-rw-r--r--modules/sympa/templates/auth.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf
index 93eade85..77bfa547 100644
--- a/modules/sympa/templates/auth.conf
+++ b/modules/sympa/templates/auth.conf
@@ -7,6 +7,6 @@ ldap
email_attribute mail
scope sub
use_ssl 1
- bind_dn cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %>
+ bind_dn cn=sympa-alamut,ou=System Accounts,<%= dc_suffix %>
bind_password <%= ldap_password %>