]> git.sur5r.net Git - openldap/blob - tests/data/slapd-acl.conf
Update to test ITS#4587
[openldap] / tests / data / slapd-acl.conf
1 # master slapd config -- for testing
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-acl.conf,v 1.46.2.4 2003/12/15 22:05:29
3   kurt Exp $
4 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ##
6 ## Copyright 1998-2006 The OpenLDAP Foundation.
7 ## All rights reserved.
8 ##
9 ## Redistribution and use in source and binary forms, with or without
10 ## modification, are permitted only as authorized by the OpenLDAP
11 ## Public License.
12 ##
13 ## A copy of this license is available in the file LICENSE in the
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
16
17 include         @SCHEMADIR@/core.schema
18 include         @SCHEMADIR@/cosine.schema
19 include         @SCHEMADIR@/inetorgperson.schema
20 include         @SCHEMADIR@/openldap.schema
21 include         @SCHEMADIR@/nis.schema
22 pidfile         @TESTDIR@/slapd.1.pid
23 argsfile        @TESTDIR@/slapd.1.args
24
25 # global ACLs
26 #
27 # normal installations should protect root dse, cn=monitor, cn=subschema
28 #
29
30 access          to dn.exact="" attr=objectClass
31                 by users read
32 access          to *
33                 by * read
34
35 #mod#modulepath ../servers/slapd/back-@BACKEND@/
36 #mod#moduleload back_@BACKEND@.la
37 #monitormod#modulepath ../servers/slapd/back-monitor/
38 #monitormod#moduleload back_monitor.la
39
40 #######################################################################
41 # database definitions
42 #######################################################################
43
44 database        @BACKEND@
45 #ldbm#cachesize 0
46 suffix          "dc=example,dc=com"
47 directory       @TESTDIR@/db.1.a
48 rootdn          "cn=Manager,dc=example,dc=com"
49 rootpw          secret
50 #bdb#index              objectClass     eq
51 #bdb#index              cn,sn,uid       pres,eq,sub
52 #hdb#index              objectClass     eq
53 #hdb#index              cn,sn,uid       pres,eq,sub
54 #ldbm#index             objectClass     eq
55 #ldbm#index             cn,sn,uid       pres,eq,sub
56
57 #access         to attr=objectclass dn.subtree="dc=example,dc=com"
58 access          to attr=objectclass
59                 by * =rsc stop
60
61 #access         to filter="(objectclass=person)" attr=userpassword dn.subtree="dc=example,dc=com"
62 access          to filter="(objectclass=person)" attr=userpassword
63                 by anonymous auth
64                 by self =wx
65
66 access          to dn.children="ou=Alumni Association,ou=People,dc=example,dc=com"
67                 by dn.regex=".+,dc=example,dc=com" +c continue
68                 by dn.subtree="dc=example,dc=com" +rs continue
69                 by dn.children="dc=example,dc=com" +d continue
70                 by * stop
71
72 #access         to attr=member,uniquemember dn.subtree="dc=example,dc=com"
73 access          to attr=member,uniquemember
74                 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" selfwrite
75                 by dnattr=member selfwrite
76                 by dnattr=uniquemember selfwrite
77                 by * read
78
79 #access         to attr=member,uniquemember filter="(mail=*com)" dn.subtree="dc=example,dc=com"
80 access          to attr=member,uniquemember filter="(mail=*com)"
81                 by * read
82
83 #access         to filter="(|(objectclass=groupofnames)(objectClass=groupofuniquenames))" dn.subtree="dc=example,dc=com"
84 access          to filter="(|(objectclass=groupofnames)(objectClass=groupofuniquenames))"
85                 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" =sc continue
86                 by dn.regex="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com$" +rw stop
87                 by * break
88
89 access          to dn.children="ou=Information Technology Division,ou=People,dc=example,dc=com"
90                 by group/groupOfUniqueNames/uniqueMember.exact="cn=ITD Staff,ou=Groups,dc=example,dc=com" write
91                 by * read
92
93 access          to dn.exact="cn=Alumni Assoc Staff,ou=Groups,dc=example,dc=com"
94                 by set="[cn=Alumni Assoc Staff,ou=Groups,dc=example,dc=com]/member* & user" write
95                 by * read
96
97 #access         to filter="(name=X*Y*Z)" dn.subtree="dc=example,dc=com"
98 access          to filter="(name=X*Y*Z)"
99                 by * continue
100
101 access          to dn.subtree="ou=Add & Delete,dc=example,dc=com"
102                 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add
103                 by dn.exact="cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" delete
104                 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" write
105                 by * read
106
107 # fall into global ACLs
108
109 #monitor#database       monitor