]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
Trim '/' off of referral URL.
[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/openldap.schema
9 include ./schema/cosine.schema
10 include ./schema/inetorgperson.schema
11 #
12 schemacheck     off
13 #
14 pidfile     ./test-repl/slapd.pid
15 argsfile    ./test-repl/slapd.args
16
17 #######################################################################
18 # ldbm database definitions
19 #######################################################################
20
21 referral        "ldap://localhost:9009"
22
23 database        ldbm
24 cachesize       0
25 suffix          "o=University of Mich, c=US"
26 directory       ./test-repl
27 rootdn          "cn=Manager, o=University of Mich, c=US"
28 rootpw          secret
29 index           cn,sn,uid       pres,eq,approx
30 index           default         none
31 # index         default         pres,eq,approx
32 lastmod         on