]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
4a894fd9f25b4a61dcfaee9f64dc521532c13bf3
[openldap] / tests / data / slapd-pw.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 schemacheck     off
10 pidfile     ./test-db/slapd.pid
11 argsfile    ./test-db/slapd.args
12
13 # password-hash {md5}
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 backend @BACKEND@
20 #LDBM#directory ./test-db
21
22 database        @BACKEND@
23 cachesize       0
24 suffix          "o=University of Michigan, c=US"
25 directory       ./test-db
26 rootdn          "cn=Manager, o=University of Michigan, c=US"
27 rootpw          secret
28 index           objectClass     eq
29 index           cn,sn,uid       pres,eq,sub
30 lastmod         on
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