]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-master.conf
Extend TLS/SSL detection for use RSAref if necessary.
[openldap] / tests / data / slapd-bdb2-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 backend         bdb2
15 home            ./test-db
16 mpoolsize       21000000
17
18 database        bdb2
19 cachesize       4
20 suffix          "o=University of Michigan, c=US"
21 directory       ./test-db
22 rootdn          "cn=Manager, o=University of Michigan, c=US"
23 rootpw          secret
24 index           cn,sn,uid       pres,eq,approx
25 index           default         none
26 lastmod         on