![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 195](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673195.webp)
Creating ACIs Manually
Chapter
6
Managing Access Control
195
You can have multiple permission-bind rule pairs for each target. This allows you
to efficiently set multiple access controls for a given target. For example:
target
(
permission bind_rule
)(
permission bind_rule
)...
If you have several ACRs in one ACI statement, the syntax is of the form:
aci: (
target
)(version 3.0;acl "
name
";
permission bind_rule
;
permission bind_rule
;
...
permission bind_rule
;)
Example ACI
The following is an example of a complete LDIF ACI:
aci: (target="ldap:///uid=bjensen,dc=example,dc=com")(targetattr=*)
(version 3.0;acl "aci1";allow (write) userdn="ldap:///self";)
In this example, the ACI states that the user bjensen has rights to modify all
attributes in her own directory entry.
The following sections describe the syntax of each portion of the ACI in more
detail.
Defining Targets
The target identifies what the ACI applies to. If the target is not specified, the ACI
applies to the entry containing the
aci
attribute and to the entries below it.
A target can be:
•
A directory entry, or all of the entries in a subtree, as described in “Targeting a
Directory Entry,” on page 196.
•
Attributes of an entry, as described in “Targeting Attributes,” on page 198.
•
A set of entries or attributes that match a specified LDAP filter, as described in
“Targeting Entries or Attributes Using LDAP Filters,” on page 199.
•
An attribute value, or a combination of values, that match a specified LDAP
filter, as described in “Targeting Attribute Values Using LDAP Filters,” on
page 200.
The general syntax for a target is:
(
keyword
= "
expression
")
(
keyword
!= "
expression
")
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.02
Page 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Page 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Page 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Page 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Page 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Page 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Page 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Page 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Page 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Page 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...