]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
Add an LDBM backend "directory" directive (in addition to
[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 #
10 schemacheck     off
11 #
12 pidfile     ./test-repl/slapd.pid
13 argsfile    ./test-repl/slapd.args
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 referral        "ldap://localhost:9009/"
20
21 backend @BACKEND@
22 #LDBM#directory ./test-repl
23
24 database        @BACKEND@
25 cachesize       0
26 suffix          "o=University of Mich, c=US"
27 directory       ./test-repl
28 rootdn          "cn=Manager, o=University of Mich, c=US"
29 rootpw          secret
30 index           objectClass     eq
31 index           cn,sn,uid       pres,eq,sub
32 lastmod         on