]> git.sur5r.net Git - openldap/blob - tests/data/slapd-master.conf
Place the arg and pid files into the test-* directories.
[openldap] / tests / data / slapd-master.conf
1 #
2 # master slapd config -- for testing
3 #
4 include         ./data/slapd.at.conf
5 include         ./data/slapd.oc.conf
6 schemacheck     on
7 pidfile     ./test-db/slapd.pid
8 argsfile    ./test-db/slapd.args
9
10 #######################################################################
11 # ldbm database definitions
12 #######################################################################
13
14 database        ldbm
15 cachesize       4
16 suffix          "o=University of Michigan, c=US"
17 directory       ./test-db
18 rootdn          "cn=Manager, o=University of Michigan, c=US"
19 rootpw          secret
20 index           cn,sn,uid       pres,eq,approx
21 index           default         none
22 lastmod         on