]> git.sur5r.net Git - openldap/blob - tests/data/slapd-cache-master.conf
b9054cdc95022471e860486c10f2e9ef5139c042
[openldap] / tests / data / slapd-cache-master.conf
1 #
2 # master slapd config -- for proxy cache testing
3 #
4 ucdata-path     ./ucdata
5 include ./schema/core.schema
6 include ./schema/cosine.schema
7 include ./schema/inetorgperson.schema
8 include ./schema/openldap.schema
9 include ./schema/nis.schema
10 #
11 pidfile     ./testrun/slapd.1.pid
12 argsfile    ./testrun/slapd.1.args
13
14 modulepath      ../servers/slapd/back-@BACKEND@/
15 @MODULELOAD@
16
17 #######################################################################
18 # database definitions
19 #######################################################################
20
21 database        @BACKEND@
22 suffix          "o=University of Michigan,c=US"
23 directory       ./testrun/db.1.a
24 rootdn          "cn=Manager,o=University of Michigan,c=US"
25 rootpw          secret
26 index           objectClass     eq
27 index           cn,sn,uid       pres,eq,sub
28