authzrule detach

Detaches an authorization rule from the specified protected object.

Requires authentication (administrator ID and password) to use this command.

Syntax

authzrule detach protobjid

Options

protobjid
Specifies the name of the protected object from which the authorization rule is detached. The object must exist and have an authorization rule that is attached, or an error is displayed.

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 Security Verify Access error messages by decimal or hexadecimal codes.

Example

The following example detaches a rule from the /WebSEAL/tivoli.com/w3junction/index.html protected object:
pdadmin sec_master> authzrule detach /WebSEAL/tivoli.com/w3junction/index.html

See also