]> git.sur5r.net Git - openldap/blob - tests/data/slapd-pw.conf
Add password check and generation check.
[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 schemacheck     off
8 pidfile     ./test-db/slapd.pid
9 argsfile    ./test-db/slapd.args
10
11 # password-hash {md5}
12
13 #######################################################################
14 # ldbm database definitions
15 #######################################################################
16
17 database        ldbm
18 cachesize       0
19 suffix          "o=University of Michigan, c=US"
20 directory       ./test-db
21 rootdn          "cn=Manager, o=University of Michigan, c=US"
22 rootpw          secret
23 index           cn,sn,uid       pres,eq,approx
24 index           default         none
25 lastmod         on
26 defaultaccess   none
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