aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-29 12:09:34 +0000
committerMichael Scherer <misc@mageia.org>2011-05-29 12:09:34 +0000
commite591be892ff416fa006019fa61e5f3c71d8d01aa (patch)
tree0da44befc8221153b74d5bca3397ab32b3eb18c9 /modules
parentf2fc3f8018963620e3d9772ce5544aace82ecb22 (diff)
downloadpuppet-e591be892ff416fa006019fa61e5f3c71d8d01aa.tar
puppet-e591be892ff416fa006019fa61e5f3c71d8d01aa.tar.gz
puppet-e591be892ff416fa006019fa61e5f3c71d8d01aa.tar.bz2
puppet-e591be892ff416fa006019fa61e5f3c71d8d01aa.tar.xz
puppet-e591be892ff416fa006019fa61e5f3c71d8d01aa.zip
fix wrong variable ( s/dc_domain/dc_suffix/ )
Diffstat (limited to 'modules')
-rw-r--r--modules/openldap/templates/slapd.syncrepl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openldap/templates/slapd.syncrepl.conf b/modules/openldap/templates/slapd.syncrepl.conf
index 6f5a69cb..4b4e8d40 100644
--- a/modules/openldap/templates/slapd.syncrepl.conf
+++ b/modules/openldap/templates/slapd.syncrepl.conf
@@ -1,10 +1,10 @@
syncrepl rid=<%= rid %>
provider=ldaps://ldap-master.<%= domain %>:636
type=refreshAndPersist
- searchbase="<%= dc_domain %>"
+ searchbase="<%= dc_suffix %>"
schemachecking=off
bindmethod=simple
- binddn="cn=syncuser-<%= hostname%>,<%= dc_domain %>"
+ binddn="cn=syncuser-<%= hostname%>,<%= dc_suffix %>"
credentials=<%= sync_password %>
updateref= ldaps://ldap-master.<%= domain %>:636