]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
a40542e220c35e68798d56c29677c34876cbe321
[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 include ./schema/openldap.schema
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 database        @BACKEND@
20 #ldbm#cachesize 0
21 suffix          "o=University of Michigan,c=US"
22 directory       ./test-db
23 rootdn          "cn=Manager,o=University of Michigan,c=US"
24 rootpw          secret
25 index           objectClass     eq
26 index           cn,sn,uid       pres,eq,sub
27
28 #
29 # normal installations should protect root dse,
30 # cn=monitor, cn=schema, and cn=config
31 #
32
33 access to attr=userpassword
34         by anonymous auth
35         by self write
36
37 access to *
38         by self write
39         by * read