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.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/openldap/templates/slapd.syncrepl.conf b/modules/openldap/templates/slapd.syncrepl.conf
index 4c69a56e..2bfe7d50 100644
--- a/modules/openldap/templates/slapd.syncrepl.conf
+++ b/modules/openldap/templates/slapd.syncrepl.conf
@@ -1,11 +1,11 @@
-syncrepl rid=<%= @rid %>
- provider=ldaps://ldap-master.<%= @domain %>:636
+syncrepl rid=<%= rid %>
+ provider=ldaps://ldap-master.<%= domain %>:636
type=refreshAndPersist
- searchbase="<%= @dc_suffix %>"
+ searchbase="<%= dc_suffix %>"
schemachecking=off
bindmethod=simple
- binddn="cn=syncuser-<%= @hostname %>,ou=System Accounts,<%= @dc_suffix %>"
- credentials=<%= @sync_password %>
+ binddn="cn=syncuser-<%= hostname%>,ou=System Accounts,<%= dc_suffix %>"
+ credentials=<%= sync_password %>
tls_reqcert=never
-updateref ldaps://ldap-master.<%= @domain %>:636
+updateref ldaps://ldap-master.<%= domain %>:636