
Granting Rights to Add and Delete Group Entries
193
a. Select and remove
All Users
, then click
Add
.
The
Add Users and Groups
dialog box opens.
b. Set the
Search
area to
Special Rights
, and select
All Authenticated Users
from the
search results list.
c. Click the
Add
button to list
All Authenticated Users
in the list of users who are granted
access permission.
d. Click
OK
to dismiss the
Add Users and Groups
dialog box.
4. In the
Rights
tab, select the checkbox for
add
. Make sure the other checkboxes are clear.
5. In the
Targets
tab, click
This Entry
to display the
ou=social committee,
dc=example,dc=com
suffix in the
Target directory entry
field.
6. In the
Hosts
tab, click
Add
to display the
Add Host Filter
dialog box. In the
DNS host filter
field,
type
*.example.com
. Click
OK
to dismiss the dialog box.
7. To create the value-based filter that allows employees to add only group entries to this subtree,
click the
Edit Manually
button. Add the following to the beginning of the LDIF statement:
(targattrfilters="add=objectClass:(objectClass=groupOfNames)")
The LDIF statement should read as follows:
(targattrfilters="add=objectClass:(objectClass=groupOfNames)")
(targetattr = "*") (target="ldap:///ou=social committee,dc=example,dc=com)
(version 3.0; acl "Create Group"; allow (read,search,add)
(userdn= "ldap:///all") and (dns="*.example.com"); )
8. Click
OK
.
The new ACI is added to the ones listed in the
Access Control Manager
window.
6.9.5.2. ACI "Delete Group"
In LDIF, to grant
example.com
employees the right to modify or delete a group entry which they own
under the
ou=Social Committee
branch, write the following statement:
aci: (target="ou=social committee,dc=example,dc=com)
(targattrfilters="del=objectClass:(objectClass=groupOfNames)")
(version 3.0; acl "Delete Group"; allow (delete) userattr=
"owner#GROUPDN";)
This example assumes that the
aci
is added to the
ou=social committee,
dc=example,dc=com
entry.
NOTE
Using the Console is not an effective way of creating this ACI because it requires
manually editing the ACI to create the target filter and to check group ownership.
Summary of Contents for DIRECTORY SERVER 8.0
Page 18: ...xviii ...
Page 29: ...Configuring the Directory Manager 11 6 Enter the new password and confirm it 7 Click Save ...
Page 30: ...12 ...
Page 112: ...94 ...
Page 128: ...110 ...
Page 190: ...Chapter 6 Managing Access Control 172 4 Click New to open the Access Control Editor ...
Page 224: ...206 ...
Page 324: ...306 ...
Page 334: ...316 ...
Page 358: ...340 ...
Page 410: ...392 ...
Page 420: ...402 ...
Page 444: ...426 ...
Page 454: ...436 ...
Page 464: ...446 ...
Page 484: ...466 ...
Page 512: ...494 ...
Page 522: ...504 ...