]> git.sur5r.net Git - openldap/blob - tests/data/slapd-ref-slave.conf
c4ae949fdd813a333171d847d9299047c7025e11
[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 include ./schema/nis.schema
11 #
12 pidfile     ./test-repl/slapd.pid
13 argsfile    ./test-repl/slapd.args
14
15 modulepath      ../servers/slapd/back-@BACKEND@/
16 @MODULELOAD@
17
18 #######################################################################
19 # ldbm database definitions
20 #######################################################################
21
22 referral        "ldap://localhost:9009/"
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 #ldbm#index             objectClass     eq
31 #ldbm#index             cn,sn,uid       pres,eq,sub
32 #bdb#index              objectClass     eq
33 #bdb#index              cn,sn,uid       pres,eq,sub