An example focus problem and solution

A problem in focusing an access control item can occur when we create a customized access item for an account object class.

For example, we might intend to prevent Read and Write operations for the Description attribute of an account object class. We might specify a permission value of None for both operations. We select the membership of the access control item as the owner of the service on which the account resides. Testing the new access control item, you then log on as the service owner and begin to request an account for another user. You discover that we are still able to both read and write the account description field.

There are two causes.

We might change your customized access control item.

Parent topic: Access control item management issues