diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-29 12:09:34 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-29 12:09:34 +0000 |
commit | e591be892ff416fa006019fa61e5f3c71d8d01aa (patch) | |
tree | 0da44befc8221153b74d5bca3397ab32b3eb18c9 /modules/openldap/templates/slapd.syncrepl.conf | |
parent | f2fc3f8018963620e3d9772ce5544aace82ecb22 (diff) | |
download | puppet-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/openldap/templates/slapd.syncrepl.conf')
-rw-r--r-- | modules/openldap/templates/slapd.syncrepl.conf | 4 |
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 |