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