Lines 80-89
Link Here
|
80 |
# |
80 |
# |
81 |
## master server |
81 |
## master server |
82 |
# Uncomment 'moduleload syncprov.la' in the slapd.conf, [ Overlays ] section |
82 |
# Uncomment 'moduleload syncprov.la' in the slapd.conf, [ Overlays ] section |
83 |
#overlay syncprov |
83 |
overlay syncprov |
84 |
#syncprov-checkpoint 100 1 |
84 |
syncprov-checkpoint 100 1 |
85 |
#syncprov-sessionlog 100 |
85 |
syncprov-sessionlog 100 |
86 |
#syncprov-reloadhint TRUE |
86 |
syncprov-reloadhint TRUE |
87 |
# |
87 |
# |
88 |
## slave server |
88 |
## slave server |
89 |
# Uncomment 'moduleload syncprov.la' in the slapd.conf, '[ BACKEND OPTIONS ]->Overlays' |
89 |
# Uncomment 'moduleload syncprov.la' in the slapd.conf, '[ BACKEND OPTIONS ]->Overlays' |
Lines 114-122
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] |
|
|
121 |
|
119 |
access to attrs=userPassword |
122 |
access to attrs=userPassword |
120 |
by self write |
123 |
by self write |
121 |
by anonymous auth |
124 |
by anonymous auth |
122 |
by * none |
125 |
by * none |
|
|
126 |
|
127 |
#access to dn.subtree="ou=branch2,dc=example,dc=com" |
128 |
# by dn="uid=syncrepl,dc=example,dc=com" none |
129 |
# by * read |
130 |
|
131 |
access to dn.subtree="dc=example,dc=com" |
132 |
by dn="uid=syncrepl,dc=example,dc=com" read |
133 |
by * read |