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
- acl_name
- Name of the ACL policy to find. The ACL policy must exist, or an error is displayed.
Examples: default-root, test, default-management, and pubs_acl3
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example lists the protected object that has the default-config ACL attached:
pdadmin sec_master> acl find default-config
Provides output like:
/Management/Config
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_ACLProvides output like:/WebAppServer/deployedResources/CosNamingDelete/admin
See also
acl list
acl showParent topic: pdadmin commands