]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Rework test scripts to use single 'testrun' directory.
[openldap] / tests / data / slapd-repl-slave.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for testing of replication
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 include ./schema/openldap.schema
10 include ./schema/nis.schema
11 #
12 pidfile     ./testrun/slapd.2.pid
13 argsfile    ./testrun/slapd.2.args
14
15 modulepath      ../servers/slapd/back-@BACKEND@/
16 @MODULELOAD@
17
18 #######################################################################
19 # ldbm database definitions
20 #######################################################################
21
22 database        @BACKEND@
23 #ldbm#cachesize 0
24 suffix          "o=University of Michigan,c=US"
25 directory       ./testrun/db.2.a
26 rootdn          "cn=Replica,o=University of Michigan,c=US"
27 rootpw          secret
28 updatedn        "cn=Replica,o=University of Michigan,c=US"
29 updateref       "ldap://localhost:9010"
30 #ldbm#index             objectClass     eq
31 #ldbm#index             cn,sn,uid       pres,eq,sub
32 #bdb#index              objectClass     eq
33 #bdb#index              cn,sn,uid       pres,eq,sub