xref: /netbsd-src/external/bsd/openldap/dist/tests/data/slapd-syncrepl-consumer-persist2.conf (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
1# consumer slapd config -- for testing of SYNC replication
2# $OpenLDAP$
3
4include		@SCHEMADIR@/core.schema
5include		@SCHEMADIR@/cosine.schema
6include		@SCHEMADIR@/inetorgperson.schema
7include		@SCHEMADIR@/openldap.schema
8include		@SCHEMADIR@/nis.schema
9#
10pidfile		@TESTDIR@/slapd.5.pid
11argsfile	@TESTDIR@/slapd.5.args
12
13#mod#modulepath	../servers/slapd/back-@BACKEND@/
14#mod#moduleload	back_@BACKEND@.la
15
16#######################################################################
17# consumer database definitions
18#######################################################################
19
20database	@BACKEND@
21suffix		"dc=example,dc=com"
22rootdn		"cn=consumer,dc=example,dc=com"
23rootpw		secret
24#~null~#directory	@TESTDIR@/db.5.a
25#indexdb#index		objectClass	eq
26#indexdb#index		cn,sn,uid	pres,eq,sub
27#indexdb#index		entryUUID,entryCSN	eq
28#ndb#dbname db_5
29#ndb#include @DATADIR@/ndb.conf
30
31# Don't change syncrepl spec yet
32syncrepl	rid=1
33		provider=@URI4@
34		binddn="cn=consumer,dc=example,dc=com"
35		bindmethod=simple
36		credentials=secret
37		searchbase="dc=example,dc=com"
38		filter="(objectClass=*)"
39		attrs="*"
40		schemachecking=off
41		scope=sub
42		type=refreshAndPersist
43
44database	monitor
45