aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates/slapd.syncrepl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openldap/templates/slapd.syncrepl.conf')
-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