]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Add cn=monitor, cn=config, cn=schema to namingContexts.
[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 #######################################################################
11 # ldbm database definitions
12 #######################################################################
13
14 database        ldbm
15 cachesize       0
16 suffix          "o=University of Michigan, c=US"
17 directory       ./test-repl
18 rootdn          "cn=Manager, o=University of Michigan, c=US"
19 rootpw          secret
20 updatedn        "cn=Manager, o=University of Michigan, c=US"
21 index           cn,sn,uid       pres,eq,approx
22 index           default         none
23 # index         default         pres,eq,approx
24 lastmod         on