]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
ITS#2401 support tests for dynamically loaded backends
[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 modulepath      ../servers/slapd/back-@BACKEND@/
15 @MODULELOAD@
16
17 #######################################################################
18 # ldbm database definitions
19 #######################################################################
20
21 referral        "ldap://localhost:9009/"
22
23 database        @BACKEND@
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 #ldbm#index             objectClass     eq
30 #ldbm#index             cn,sn,uid       pres,eq,sub
31 #bdb#index              objectClass     eq
32 #bdb#index              cn,sn,uid       pres,eq,sub