]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-submaster.conf
more meaningful subtree replication test
[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 #
10 schemacheck     off
11 #
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.args
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 database        @BACKEND@
20 cachesize       0
21 suffix          "o=University of Michigan, c=US"
22 directory       ./test-db
23 rootdn          "cn=Manager, o=University of Michigan, c=US"
24 rootpw          secret
25 #ldbm#index             objectClass     eq
26 #ldbm#index             cn,sn,uid       pres,eq,sub
27 #bdb#index              objectClass     eq
28 #bdb#index              cn,sn,uid       pres,eq,sub
29 lastmod         on
30
31 replogfile      ./test-db/slapd.replog
32
33 replica         host=localhost:9010
34                 suffix="ou=Groups, o=University of Michigan, c=US"
35                 binddn="cn=Replica, ou=Groups, o=University of Michigan, c=US"
36                 bindmethod=simple
37                 credentials=secret