To view a service ACL, click on a service node within
the namespace of the Enterprise Manager, and select
the 'ACL' tab. This will display the service ACL and
the list of subjects and their associated permissions
for the service. The following image displays and example
of a service acl.

As you can see above, the service ACL has a number
of subject entries and operations that each subject
is able to perform on the service. The operations that
can be performed on a service are described below in
the order in which they appear in the acl panel above:
• List – Allows the subject to get a
list of ACL entries
• Modify – Allows the subject to add/remove
ACL entries
• Full Privileges – Has complete access
to the secured object
• Connect – Can access this service
The green circles show that a subject is permitted
to perform the operation. For example, the subject *@*
is shown as not having any permissions for this service.
This means that any client who has successfully established
a session will not be allowed to connect to the p2p
service unless the subject exists in the ACL.
In order to modify the permissions for a subject, you
simply need to click on the cell in the ACL table for
the subject and the operation you wish to modify permissions
for. For example, if i wanted to allow any client to
connect to this service i would simply click on the
*@* row at the column labelled 'connect'. This would
turn the cell from blank to a green circle. This would
also ensure that only those subjects listed in the ACL
and with sufficient privileges, would be able to connect
to the service.
After making any changes, you then need to click on
the 'Apply' button which will notify the Realm Server
of the ACL change for that service.
Any ACL changes that are made by other Enterprise Manager
users, or from any programs using the Nirvana Admin
API to modify ACLs will be received by all other Enterprise
Managers. This is because ACL changes are automatically
sent to all Nirvana Admin API clients, the Enterprise
Manager being one of those clients.
|