]> git.sur5r.net Git - openldap/blob - tests/data/slapd-cache-master.conf
3dad68c4a99866d78746fc6a01810bf375aaf0b5
[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 #
10 pidfile     ./test-db/slapd.pid
11 argsfile    ./test-db/slapd.args
12
13 modulepath      ../servers/slapd/back-@BACKEND@/
14 @MODULELOAD@
15
16 #######################################################################
17 # database definitions
18 #######################################################################
19
20 database        @BACKEND@
21 suffix          "o=University of Michigan,c=US"
22 directory       ./test-db
23 rootdn          "cn=Manager,o=University of Michigan,c=US"
24 rootpw          secret
25 index           objectClass     eq
26 index           cn,sn,uid       pres,eq,sub
27