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

(-)orig/slapd-hdb-db01.conf (+8 lines)
Lines 120-122 Link Here
120
        by self write
120
        by self write
121
        by anonymous auth
121
        by anonymous auth
122
        by * none
122
        by * none
123
124
access to attrs=uid
125
	by users read
126
	by anonymous auth
127
	by * none
128
129
access to dn.subtree="dc=example,dc=com"
130
	by * read
(-)orig/slapd.conf (-2 / +6 lines)
Lines 69-74 Link Here
69
69
70
# Specify time and size limits based on who initiated an operation.
70
# Specify time and size limits based on who initiated an operation.
71
sizelimit -1
71
sizelimit -1
72
timelimit -1
72
#sizelimit 500
73
#sizelimit 500
73
#timelimit 60
74
#timelimit 60
74
#limits anonymous time.soft=60 time.hard=120
75
#limits anonymous time.soft=60 time.hard=120
Lines 94-100 Link Here
94
#   512  stats log entries sent
95
#   512  stats log entries sent
95
#  1024  print communication with shell backends
96
#  1024  print communication with shell backends
96
#  2048  entry parsing
97
#  2048  entry parsing
97
loglevel 0
98
loglevel -1
98
99
99
# This option sets the hash to be used in generation of user passwords, stored
100
# This option sets the hash to be used in generation of user passwords, stored
100
# in userPassword, during processing of LDAP Password Modify Extended
101
# in userPassword, during processing of LDAP Password Modify Extended
Lines 224-234 Link Here
224
#moduleload	refint.la
225
#moduleload	refint.la
225
#moduleload	retcode.la
226
#moduleload	retcode.la
226
#moduleload	rwm.la
227
#moduleload	rwm.la
227
#moduleload	syncprov.la
228
moduleload	syncprov.la
228
#moduleload	translucent.la
229
#moduleload	translucent.la
229
#moduleload	unique.la
230
#moduleload	unique.la
230
#moduleload	valsort.la
231
#moduleload	valsort.la
231
232
233
authz-regexp	uid=([^,]*),cn=[^,]*,cn=auth        uid=$1,dc=example,dc=com
234
#authz-regexp	uid=([^,]*),cn=[^,]*,cn=auth        ldap:///dc=example,dc=com??sub?uid=$1
235
232
#
236
#
233
# [ DATABASE OPTIONS ]
237
# [ DATABASE OPTIONS ]
234
#
238
#

Return to bug 21271