aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates/slapd.syncrepl.conf
blob: bfa01d79721f5eb70c09f094f2aff12ff6801d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syncrepl rid=<%= rid %>
    provider=ldaps://ldap-master.<%= domain %>:636
    type=refreshAndPersist
    searchbase="<%= dc_suffix %>"
    schemachecking=off
    bindmethod=simple
    binddn="cn=syncuser-<%= hostname%>,ou=System Accounts,<%= dc_suffix %>"
    credentials=<%= sync_password %>
    tls_reqcert=never
   
updateref ldaps://ldap-master.<%= domain %>:636