Revision
638
Author
misc
Date
2010-12-16 17:52:24 +0100 (Thu, 16 Dec 2010)

Log Message

- rename the account, to be coherent with the others one in ldap

Modified Paths

Modified: puppet/modules/sympa/templates/auth.conf
===================================================================
--- puppet/modules/sympa/templates/auth.conf	2010-12-16 13:19:55 UTC (rev 637)
+++ puppet/modules/sympa/templates/auth.conf	2010-12-16 16:52:24 UTC (rev 638)
@@ -7,6 +7,6 @@
         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 %>
 

Modified: puppet/modules/sympa/templates/data_sources/ldap_group.incl
===================================================================
--- puppet/modules/sympa/templates/data_sources/ldap_group.incl	2010-12-16 13:19:55 UTC (rev 637)
+++ puppet/modules/sympa/templates/data_sources/ldap_group.incl	2010-12-16 16:52:24 UTC (rev 638)
@@ -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