Removing ACL entries from an ACL policy with pdadmin
We can remove ACL entries from an ACL policy in the domain with the pdadmin utility.
Steps
- Log on to the domain as the domain administrator.
- Use the acl modify command with the remove option.
Example
For example, to remove the ACL entry for user maryj from the Test-ACL ACL policy:pdadmin sec_master> acl modify Test-ACL remove user maryjTo 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: Entries:
See the IBM Security Verify Access for Web: Command Reference.
Parent topic: Remove ACL entries from an ACL policy