blob: d9aa4cfe35968d6591867809501143a02022b3c4 (
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 %>
updateref ldaps://ldap-master.<%= domain %>:636
|