Modifying the description of an ACL policy with pdadmin

We can modify the description of an ACL policy in the domain with the pdadmin utility.

Steps

  1. Log on to the domain as a domain administrator.
  2. Use the acl modify command with the description option.

Example

For example, to modify the description of the ACL named Test-ACL to be ACL for Test resources:
pdadmin sec_master> acl modify Test-ACL description "ACL for Test resources"

To show the modifications to the ACL, use the acl show command. For example, to show the ACL named Test-ACL, enter the following command:

pdadmin sec_master> acl show Test-ACL

          ACL Name:  Test-ACL
          Description: ACL for Test resources
          Entries:   User   maryj r

See the IBM Security Verify Access for Web: Command Reference.

Parent topic: Modify the description of an ACL policy