]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-submaster.conf
Sync with HEAD
[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 include ./schema/nis.schema
11 #
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.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       ./test-db
26 rootdn          "cn=Manager,o=University of Michigan,c=US"
27 rootpw          secret
28 #ldbm#index             objectClass     eq
29 #ldbm#index             cn,sn,uid       pres,eq,sub
30 #bdb#index              objectClass     eq
31 #bdb#index              cn,sn,uid       pres,eq,sub
32
33 replogfile      ./test-db/slapd.replog
34
35 replica         host=localhost:9010
36                 suffix="ou=Groups,o=University of Michigan,c=US"
37                 attr!=description
38                 binddn="cn=Replica,ou=Groups,o=University of Michigan,c=US"
39                 bindmethod=simple
40                 credentials=secret