]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-submaster.conf
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / data / slapd-repl-submaster.conf
1 # $OpenLDAP$
2 #
3 # master 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 #
11 pidfile     ./test-db/slapd.pid
12 argsfile    ./test-db/slapd.args
13
14 modulepath      ../servers/slapd/back-@BACKEND@/
15 @MODULELOAD@
16
17 #######################################################################
18 # ldbm database definitions
19 #######################################################################
20
21 database        @BACKEND@
22 #ldbm#cachesize 0
23 suffix          "o=University of Michigan,c=US"
24 directory       ./test-db
25 rootdn          "cn=Manager,o=University of Michigan,c=US"
26 rootpw          secret
27 #ldbm#index             objectClass     eq
28 #ldbm#index             cn,sn,uid       pres,eq,sub
29 #bdb#index              objectClass     eq
30 #bdb#index              cn,sn,uid       pres,eq,sub
31
32 replogfile      ./test-db/slapd.replog
33
34 replica         host=localhost:9010
35                 suffix="ou=Groups,o=University of Michigan,c=US"
36                 attr!=description
37                 binddn="cn=Replica,ou=Groups,o=University of Michigan,c=US"
38                 bindmethod=simple
39                 credentials=secret