]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Add BDB CDB support from HEAD
[openldap] / tests / data / slapd-repl-slave.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for testing of replication
4 #
5 include ./schema/core.schema
6 include ./schema/cosine.schema
7 include ./schema/inetorgperson.schema
8 #
9 schemacheck     off
10 pidfile     ./test-repl/slapd.pid
11 argsfile    ./test-repl/slapd.args
12
13 #referral       "ldap://localhost:9009/"
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 backend ldbm
20 directory ./test-repl
21
22 database        ldbm
23 cachesize       0
24 suffix          "o=University of Michigan, c=US"
25 directory       ./test-repl
26 rootdn          "cn=Replica, o=University of Michigan, c=US"
27 rootpw          secret
28 updatedn        "cn=Replica, o=University of Michigan, c=US"
29 updateref       "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
30 index           objectClass     eq
31 index           cn,sn,uid       pres,eq,sub
32 lastmod         on