]> git.sur5r.net Git - openldap/blob - tests/data/slapd-acl.conf
This patch is for a component filter. please refer ITS#3260 for detail
[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-2003 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 ./schema/core.schema
18 include ./schema/cosine.schema
19 include ./schema/inetorgperson.schema
20 include ./schema/openldap.schema
21 include ./schema/nis.schema
22 pidfile     ./testrun/slapd.1.pid
23 argsfile    ./testrun/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       ./testrun/db.1.a
48 rootdn          "cn=Manager,dc=example,dc=com"
49 rootpw          secret
50 #ldbm#index             objectClass     eq
51 #ldbm#index             cn,sn,uid       pres,eq,sub
52 #bdb#index              objectClass     eq
53 #bdb#index              cn,sn,uid       pres,eq,sub
54
55 #access         to attr=objectclass dn.subtree="dc=example,dc=com"
56 access          to attr=objectclass
57                 by * =rsc stop
58
59 #access         to filter="(objectclass=person)" attr=userpassword dn.subtree="dc=example,dc=com"
60 access          to filter="(objectclass=person)" attr=userpassword
61                 by anonymous auth
62                 by self =wx
63
64 access          to dn.children="ou=Alumni Association,ou=People,dc=example,dc=com"
65                 by dn.regex=".+,dc=example,dc=com" +c continue
66                 by dn.subtree="dc=example,dc=com" +rs continue
67                 by * stop
68
69 #access         to attr=member,uniquemember dn.subtree="dc=example,dc=com"
70 access          to attr=member,uniquemember
71                 by dnattr=member selfwrite
72                 by dnattr=uniquemember selfwrite
73                 by * read
74
75 #access         to attr=member,uniquemember filter="(mail=*com)" dn.subtree="dc=example,dc=com"
76 access          to attr=member,uniquemember filter="(mail=*com)"
77                 by * read
78
79 #access         to filter="(|(objectclass=groupofnames)(objectClass=groupofuniquenames))" dn.subtree="dc=example,dc=com"
80 access          to filter="(|(objectclass=groupofnames)(objectClass=groupofuniquenames))"
81                 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" =sc continue
82                 by dn.regex="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com$" +rw stop
83                 by * break
84
85 access          to dn.children="ou=Information Technology Division,ou=People,dc=example,dc=com"
86                 by group/groupOfUniqueNames/uniqueMember.exact="cn=ITD Staff,ou=Groups,dc=example,dc=com" write
87                 by * read
88
89 access          to dn.exact="cn=Alumni Assoc Staff,ou=Groups,dc=example,dc=com"
90                 by set="[cn=Alumni Assoc Staff,ou=Groups,dc=example,dc=com]/member* & user" write
91                 by * read
92
93 #access         to filter="(name=X*Y*Z)" dn.subtree="dc=example,dc=com"
94 access          to filter="(name=X*Y*Z)"
95                 by * continue
96
97 # fall into global ACLs
98
99 #monitor#database monitor