Modify a POP with pdadmin

We can modify a POP with the pdadmin utility.

Steps

  1. Log on to the domain as the domain administrator.
  2. Use the pop modify commands.

Example

For example to enable the warning mode and set the audit level to permit and deny for the poptest1 POP, enter the following commands:
pdadmin sec_master> pop modify poptest1 set warning yes
pdadmin sec_master> pop modify poptest1 set audit-level permit,deny

To show these modifications, use the pop show commands. For example, to show the modifications to the poptest1 POP, enter the following command:

pdadmin sec_master> pop show poptest1

       Protected object policy:  poptest1
       Description:  Test 1 for POP
       Warning:  yes
       Audit level:  permit, deny
       Quality of protection:  none
       Time of day access: sun, mon, tue, wed, thu, fri, sat:
           anytime:local
       IP Endpoint Authentication Method Policy
           Any Other Network 0

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

Parent topic: Modify a POP