]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
Add BDB CDB support from HEAD
[openldap] / tests / data / slapd-pw.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing
4 #
5 include ./schema/core.schema
6 include ./schema/cosine.schema
7 include ./schema/inetorgperson.schema
8 schemacheck     off
9 pidfile     ./test-db/slapd.pid
10 argsfile    ./test-db/slapd.args
11
12 # password-hash {md5}
13
14 #######################################################################
15 # ldbm database definitions
16 #######################################################################
17
18 backend ldbm
19 directory ./test-db
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           objectClass     eq
28 index           cn,sn,uid       pres,eq,sub
29 lastmod         on
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