]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
64449bc7321d95c5749498b0926f3e84cc4f2033
[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 #
11 pidfile     ./test-repl/slapd.pid
12 argsfile    ./test-repl/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-repl
22 rootdn          "cn=Replica,o=University of Michigan,c=US"
23 rootpw          secret
24 updatedn        "cn=Replica,o=University of Michigan,c=US"
25 updateref       "ldap://localhost:9009"
26 #ldbm#index             objectClass     eq
27 #ldbm#index             cn,sn,uid       pres,eq,sub
28 #bdb#index              objectClass     eq
29 #bdb#index              cn,sn,uid       pres,eq,sub