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