]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
Remove abandon cruft
[openldap] / tests / data / slapd-ref-slave.conf
1 # $OpenLDAP$
2 #
3 # slave slapd config -- for default referral testing
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 include ./schema/openldap.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        @BACKEND@
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 #ldbm#index             objectClass     eq
29 #ldbm#index             cn,sn,uid       pres,eq,sub
30 #bdb#index              objectClass     eq
31 #bdb#index              cn,sn,uid       pres,eq,sub
32 lastmod         on