aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-29 12:09:39 +0000
committerMichael Scherer <misc@mageia.org>2011-05-29 12:09:39 +0000
commit51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22 (patch)
tree8653ca92e71f82dd8642079cc7162374684807db /modules/openldap
parentfa96a0bc7d4ef06f50a041d540f5e9472238e0cb (diff)
downloadpuppet-51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22.tar
puppet-51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22.tar.gz
puppet-51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22.tar.bz2
puppet-51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22.tar.xz
puppet-51a550ea4ba8915ef8b1a713010d7c2d1c8b3f22.zip
fix user used for synchronisation
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/templates/slapd.syncrepl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/templates/slapd.syncrepl.conf b/modules/openldap/templates/slapd.syncrepl.conf
index 06acca67..d9aa4cfe 100644
--- a/modules/openldap/templates/slapd.syncrepl.conf
+++ b/modules/openldap/templates/slapd.syncrepl.conf
@@ -4,7 +4,7 @@ syncrepl rid=<%= rid %>
searchbase="<%= dc_suffix %>"
schemachecking=off
bindmethod=simple
- binddn="cn=syncuser-<%= hostname%>,<%= dc_suffix %>"
+ binddn="cn=syncuser-<%= hostname%>,ou=System Accounts,<%= dc_suffix %>"
credentials=<%= sync_password %>
updateref ldaps://ldap-master.<%= domain %>:636