]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
Misc updates
[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 database        @BACKEND@
22 cachesize       0
23 suffix          "o=University of Mich, c=US"
24 directory       ./test-repl
25 rootdn          "cn=Manager, o=University of Mich, c=US"
26 rootpw          secret
27 index           objectClass     eq
28 index           cn,sn,uid       pres,eq,sub
29 lastmod         on