aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates/slapd.syncrepl.conf
blob: 2bfe7d509c2ba69af4f98f969cad07031d3c4eef (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_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