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