Lines 90-107
Link Here
|
90 |
# section. |
90 |
# section. |
91 |
# See man slapo-syncprov for details. |
91 |
# See man slapo-syncprov for details. |
92 |
# |
92 |
# |
93 |
#syncrepl rid=123 |
93 |
syncrepl rid=123 |
94 |
# provider=ldap://syncprov.ldap.server.tld:389 |
94 |
provider=ldap://10.9.9.1:389 |
95 |
# type=refreshAndPersist |
95 |
type=refreshAndPersist |
96 |
# interval=00:01:00:00 |
96 |
interval=00:01:00:00 |
97 |
# retry="60 +" |
97 |
retry="60 +" |
98 |
# searchbase="dc=example,dc=com" |
98 |
searchbase="dc=example,dc=com" |
99 |
# filter="(objectClass=*)" |
99 |
filter="(objectClass=*)" |
100 |
# scope=sub |
100 |
scope=sub |
101 |
# schemachecking=off |
101 |
schemachecking=off |
102 |
# bindmethod=simple |
102 |
bindmethod=simple |
103 |
# binddn="uid=syncrepluser,dc=example,dc=com" |
103 |
binddn="uid=syncrepl,dc=example,dc=com" |
104 |
# credentials=syncrepluser-password |
104 |
credentials=syncrepl |
105 |
# |
105 |
# |
106 |
## Replication setup - end |
106 |
## Replication setup - end |
107 |
##### |
107 |
##### |
Lines 114-119
Link Here
|
114 |
index objectClass eq |
114 |
index objectClass eq |
115 |
index uid pres,eq,sub |
115 |
index uid pres,eq,sub |
116 |
index cn pres,eq,sub,subany |
116 |
index cn pres,eq,sub,subany |
|
|
117 |
index entryCSN eq |
118 |
index entryUUID eq |
117 |
|
119 |
|
118 |
# [BACKEND ACCESS CONTROL LIST] |
120 |
# [BACKEND ACCESS CONTROL LIST] |
119 |
access to attrs=userPassword |
121 |
access to attrs=userPassword |