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