]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Add OpenLDAP RCSid
[openldap] / tests / data / slapd-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 database        ldbm
18 cachesize       0
19 suffix          "o=University of Michigan, c=US"
20 directory       ./test-repl
21 rootdn          "cn=Replica, o=University of Michigan, c=US"
22 rootpw          secret
23 updatedn        "cn=Replica, o=University of Michigan, c=US"
24 updateref       "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
25 index           cn,sn,uid       pres,eq,approx
26 index           default         none
27 # index         default         pres,eq,approx
28 lastmod         on