]> git.sur5r.net Git - openldap/blob - tests/data/slapd-acl.conf
unifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
[openldap] / tests / data / slapd-acl.conf
1 #
2 # master slapd config -- for testing
3 #
4 include         ./data/slapd.at.conf
5 include         ./data/slapd.oc.conf
6 schemacheck     off
7 pidfile     ./test-db/slapd.pid
8 argsfile    ./test-db/slapd.args
9
10 #######################################################################
11 # ldbm database definitions
12 #######################################################################
13
14 database        ldbm
15 cachesize       0
16 suffix          "o=University of Michigan, c=US"
17 directory       ./test-db
18 rootdn          "cn=Manager, o=University of Michigan, c=US"
19 rootpw          secret
20 index           cn,sn,uid       pres,eq,approx
21 index           default         none
22 lastmod         on
23 defaultaccess   none
24
25 access          to attr=objectclass
26                 by * read
27
28 access          to filter="objectclass=person" attr=userpassword
29                 by self write
30                 by anonymous auth
31                 by * none
32
33 access          to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
34                 by dn="^.*,o=University of Michigan,c=US$" read
35                 by anonymous auth
36                 by * none
37
38 access          to attr=member
39                 by dnattr=member selfwrite
40                 by * read
41
42 access          to filter="objectclass=rfc822mailgroup"
43                 by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
44                 by * read
45
46 access          to * by * read