]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-acl.conf
Client programs for test008-concurrency moved to subdir tests/progs.
[openldap] / tests / data / slapd-bdb2-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 backend     bdb2
15 home        ./test-db
16
17 database        bdb2
18 suffix          "o=University of Michigan, c=US"
19 directory       ./test-db
20 rootdn          "cn=Manager, o=University of Michigan, c=US"
21 rootpw          secret
22 index           cn,sn,uid       pres,eq,approx
23 index           default         none
24 lastmod         on
25 defaultaccess   none
26 access          to attr=objectclass
27                 by * read
28 access          to attr=userpassword
29                 by self write
30                 by * compare
31 access          to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
32                 by dn=".*,o=University of Michigan,c=US"
33                 read
34                 by * none
35 access          to attr=member
36                 by dnattr=member selfwrite
37                 by * read
38 access          to filter="objectclass=rfc822mailgroup"
39                 by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
40                 by * read
41 access          to * by * read