pop detach
Detach a protected object policy (POP) from the specified protected object.
Requires authentication (administrator ID and password) to use.
pop detach object_name
Options
- object_name
- Protected object from which the POP is to be detached. The object must exist and have a POP attached, or an error is displayed.
Examples of object names are:
- /Management/Groups/Travel
- /WebSEAL
- /Management
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 detaches all POPs from the protected object named /Management/test-object:
pdadmin sec_master> pop detach /Management/test-object
The following example detaches all POPs from the protected object named /Test-Space: pdadmin sec_master> pop detach /Test-Space
See also
pop attach
pop deleteParent topic: pdadmin commands