]> git.sur5r.net Git - openldap/blob - tests/data/slapd-acl.conf
Initial revision
[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
8 #######################################################################
9 # ldbm database definitions
10 #######################################################################
11
12 database        ldbm
13 suffix          "o=University of Michigan, c=US"
14 directory       ./test-db
15 rootdn          "cn=Manager, o=University of Michigan, c=US"
16 rootpw          secret
17 index           cn,sn,uid       pres,eq,approx
18 index           default         none
19 lastmod         on
20 defaultaccess   none
21 access          to attr=objectclass
22                 by * read
23 access          to attr=userpassword
24                 by self write
25                 by * compare
26 access          to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
27                 by dn=".*,o=University of Michigan,c=US"
28                 read
29                 by * none
30 access          to attr=member
31                 by dnattr=member selfwrite
32                 by * read
33 access          to filter="objectclass=rfc822mailgroup"
34                 by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
35                 by * read
36 access          to * by * read