acl list
Lists the names of all defined access control lists. Alternatively, lists the extended attribute keys associated with a specific ACL.
Requires authentication (administrator ID and password) to use.
acl list [acl_name attribute]
acl list [pattern max-return]
Options
- acl_name attribute
- Specifies the ACL policy for which to list the attributes. The ACL policy must exist, or an error is displayed. (Optional)
Examples: default-root, test, default-management and pubs_acl3.
- pattern max-return
- Pattern and the maximum number of access control lists to be returned. (Optional)
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.
Example
The following example lists ACL policies:pdadmin sec_master> acl listThe output is like:default-webseal default-root test default-replica default-management
See also
acl find
acl showParent topic: pdadmin commands