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

(-)orig/slapd-hdb-db01.conf (-12 / +14 lines)
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
(-)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