![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 235](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673235.webp)
Access Control Usage Examples
Chapter
6
Managing Access Control
235
In LDIF, to grant
example.com
subscribers the right to update their password and
home telephone number, you would write the following statement:
aci: (targetattr="userPassword || homePhone") (version 3.0; acl
"Write Subscribers"; allow (write) userdn= "ldap://self" and
authmethod="ssl";)
This example assumes that the
aci
is added to the
ou=subscribers,
dc=example,dc=com
entry.
Note that
example.com
subscribers do not have write access to their home address,
because they might delete the attribute, and
example.com
needs that information
for billing. Therefore, the home address is business-critical information.
From the Console, you can set this permission by doing the following:
1.
On the Directory tab, right click the Subscribers entry under the
example.com
node in the left navigation tree, and choose Set Access Permissions from the
pop-up menu to display the Access Control Manager.
2.
Click New to display the Access Control Editor.
3.
On the Users/Groups tab, in the ACI name field, type "Write Subscribers". In
the list of users granted access permission, do the following:
a.
Select and remove All Users, then click Add.
The Add Users and Groups dialog box is displayed.
b.
Set the Search area to Special Rights, and select Self from the Search results
list.
c.
Click the Add button to list Self in the list of users who are granted access
permission.
d.
Click OK to dismiss the Add Users and Groups dialog box.
4.
On the Rights tab, tick the checkbox for write. Make sure the other checkboxes
are clear.
5.
On the Targets tab, click This Entry to display the
dc=subscribers,
dc=example,dc=com
suffix in the target directory entry field.
a.
In the filter for subentries field, type the following filter:
(!(unlistedSubscriber=yes))
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 ...