View | Details | Raw Unified | Return to bug 21207
Collapse All | Expand All

(-)orig/slapd-hdb-db01.conf (-4 / +15 lines)
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
(-)orig/slapd.conf (-2 / +2 lines)
Lines 94-100 Link Here
94
#   512  stats log entries sent
94
#   512  stats log entries sent
95
#  1024  print communication with shell backends
95
#  1024  print communication with shell backends
96
#  2048  entry parsing
96
#  2048  entry parsing
97
loglevel 0
97
loglevel -1
98
98
99
# This option sets the hash to be used in generation of user passwords, stored
99
# This option sets the hash to be used in generation of user passwords, stored
100
# in userPassword, during processing of LDAP Password Modify Extended
100
# in userPassword, during processing of LDAP Password Modify Extended
Lines 224-230 Link Here
224
#moduleload	refint.la
224
#moduleload	refint.la
225
#moduleload	retcode.la
225
#moduleload	retcode.la
226
#moduleload	rwm.la
226
#moduleload	rwm.la
227
#moduleload	syncprov.la
227
moduleload	syncprov.la
228
#moduleload	translucent.la
228
#moduleload	translucent.la
229
#moduleload	unique.la
229
#moduleload	unique.la
230
#moduleload	valsort.la
230
#moduleload	valsort.la

Return to bug 21207