]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-acl.conf
Merge in all devel changes since 2.0-alpha2.
[openldap] / tests / data / slapd-bdb2-acl.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 #######################################################################
12 # ldbm database definitions
13 #######################################################################
14
15 backend     bdb2
16 home        ./test-db
17
18 database        bdb2
19 cachesize       0
20 suffix          "o=University of Michigan, c=US"
21 directory       ./test-db
22 rootdn          "cn=Manager, o=University of Michigan, c=US"
23 rootpw          secret
24 index           cn,sn,uid       pres,eq,approx
25 index           default         none
26 lastmod         on
27 defaultaccess   none
28
29 access          to attr=objectclass
30                 by * read
31
32 access          to filter="objectclass=person" attr=userpassword
33                 by self write
34                 by anonymous auth
35                 by * none
36
37 access          to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
38                 by dn=".*,o=University of Michigan,c=US" read
39                 by anonymous auth
40                 by * none
41
42 access          to attr=member
43                 by dnattr=member selfwrite
44                 by * read
45
46 access          to filter="objectclass=rfc822mailgroup"
47                 by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
48                 by * read
49
50 access          to * by * read