]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-master.conf
2c2f0da5ef950173d6f1c1e307870de415bb8b78
[openldap] / tests / data / slapd-bdb2-master.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing
4 #
5 include         ./data/slapd.at.conf
6 include         ./data/slapd.oc.conf
7 schemacheck     on
8 pidfile     ./test-db/slapd.pid
9 argsfile    ./test-db/slapd.args
10
11 #######################################################################
12 # ldbm database definitions
13 #######################################################################
14
15 backend         bdb2
16 home            ./test-db
17 mpoolsize       21000000
18
19 database        bdb2
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