acl find

Returns a list of protected objects, which have the specified ACL attached.

Requires authentication (administrator ID and password) to use.

acl find acl_name

A user must have the browse (b) and view (v) permissions for the object to be listed when the pdadmin object show command is issued. Otherwise, an error is returned:

The user is not authorized to view one or more protected objects where the 
requested acl is attached.

Options

Return codes

Examples

Provides output like:

  • The following example lists the protected objects that have the user-defined ACL, _WebAppServer_deployedResources_CosNamingDelete_admin_ACL, attached:
    pdadmin sec_master> acl find
    _WebAppServer_deployedResources_CosNamingDelete_admin_ACL
    Provides output like:
     /WebAppServer/deployedResources/CosNamingDelete/admin

    See also

    acl list
    acl show

    Parent topic: pdadmin commands