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