![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 197](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673197.webp)
Creating ACIs Manually
Chapter
6
Managing Access Control
197
This identifies the distinguished name of the entry to which the access control rule
applies. For example:
(target = "ldap:///uid=bjensen,dc=example,dc=com")
You can also use a wildcard when targeting a distinguished name using the
target
keyword. The wildcard indicates that any character or string or substring is a
match for the wildcard. Pattern matching is based on any other strings that have
been specified with the wildcard.
The following are legal examples of wildcard usage:
•
(target="ldap:///uid=*,dc=example,dc=com")
Matches every entry in the entire
example.com
tree that has the
uid
attribute in
the entry’s RDN.
•
(target="ldap:///uid=*Anderson,dc=example,dc=com")
Matches every entry directly under the
example.com
node with a
uid
ending
in Anderson.
•
(target="ldap:///uid=C*A,dc=example,dc=com")
Matches every entry directly under the
example.com
node with a
uid
beginning with C and ending with A.
Depending on the position of the wildcard, it can apply to the full DN, not only to
attribute values. Therefore, the wildcard can be used as a substitute for portions of
the DN. For example,
uid=andy*,dc=example,dc=com
targets all the directory
entries in the entire
example.com
tree with a matching uid attribute, and not just
the entries that are immediately below the
dc=example,dc=com
node. In other
words, this target matches with longer expressions such as
uid=andy,ou=eng,dc=example,dc=com
, or
uid=andy,ou=marketing,dc=example,dc=com
.
NOTE
If the DN of the entry to which the access control rule applies
contains a comma, you must escape the comma with a single
backslash (\). For example:
(target="ldap:///uid=lfuentes,dc=example.com
Bolivia\,S.A.")
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 ...