From e591be892ff416fa006019fa61e5f3c71d8d01aa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 29 May 2011 12:09:34 +0000 Subject: fix wrong variable ( s/dc_domain/dc_suffix/ ) --- modules/openldap/templates/slapd.syncrepl.conf | 4 ++-- 1 file 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 -- cgit v1.2.1