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