]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
f5f7dccf9a91f35ddc04bc2fc67f84031f65c159
[openldap] / tests / data / slapd-pw.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing
4 #
5 #include                ./data/slapd.at.conf
6 #include                ./data/slapd.oc.conf
7 include ./schema/core.schema
8 include ./schema/openldap.schema
9 include ./schema/cosine.schema
10 include ./schema/inetorgperson.schema
11 schemacheck     off
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.args
14
15 # password-hash {md5}
16
17 #######################################################################
18 # ldbm database definitions
19 #######################################################################
20
21 database        ldbm
22 cachesize       0
23 suffix          "o=University of Michigan, c=US"
24 directory       ./test-db
25 rootdn          "cn=Manager, o=University of Michigan, c=US"
26 rootpw          secret
27 index           cn,sn,uid       pres,eq,approx
28 index           default         none
29 lastmod         on
30 defaultaccess   none
31
32 #
33 # normal installations should protect root dse,
34 # cn=monitor, cn=schema, and cn=config
35 #
36
37 access to attr=userpassword
38         by anonymous auth
39         by self write
40
41 access to *
42         by self write
43         by * read