diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openldap/templates/slapd.syncrepl.conf | 2 |
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 |