]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
First rounded of changes in prep for 2.2.beta3
[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 include ./schema/nis.schema
11 pidfile     ./testrun/slapd.1.pid
12 argsfile    ./testrun/slapd.1.args
13
14 # password-hash {md5}
15
16 modulepath      ../servers/slapd/back-@BACKEND@/
17 @MODULELOAD@
18
19 #######################################################################
20 # ldbm database definitions
21 #######################################################################
22
23 database        @BACKEND@
24 #ldbm#cachesize 0
25 suffix          "o=University of Michigan,c=US"
26 directory       ./testrun/db.1.a
27 rootdn          "cn=Manager,o=University of Michigan,c=US"
28 rootpw          secret
29 index           objectClass     eq
30 index           cn,sn,uid       pres,eq,sub
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