]> git.sur5r.net Git - openldap/blob - tests/data/slapd-bdb2-acl.conf
Add cn=monitor, cn=config, cn=schema to namingContexts.
[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 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 access          to attr=objectclass
28                 by * read
29 access          to attr=userpassword
30                 by self write
31                 by * compare
32 access          to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
33                 by dn=".*,o=University of Michigan,c=US"
34                 read
35                 by * none
36 access          to attr=member
37                 by dnattr=member selfwrite
38                 by * read
39 access          to filter="objectclass=rfc822mailgroup"
40                 by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
41                 by * read
42 access          to * by * read