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