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