aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--modules/sympa/templates/auth.conf2
-rw-r--r--modules/sympa/templates/data_sources/ldap_group.incl2
2 files changed, 2 insertions, 2 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 %>
diff --git a/modules/sympa/templates/data_sources/ldap_group.incl b/modules/sympa/templates/data_sources/ldap_group.incl
index 2676ae3c..dc9addd8 100644
--- a/modules/sympa/templates/data_sources/ldap_group.incl
+++ b/modules/sympa/templates/data_sources/ldap_group.incl
@@ -1,7 +1,7 @@
include_ldap_2level_query
host ldap.<%= domain %>
use_ssl yes
- user cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %>
+ user cn=sympa-alamut,ou=System Accounts,<%= dc_suffix %>
passwd <%= ldap_password %>
suffix1 ou=Group,<%= dc_suffix %>
scope1 one