acl attach

Attaches an ACL policy to a protected object. If the protected object already has an ACL attached, the ACL is replaced with a new one.

Requires authentication (administrator ID and password) to use.

acl attach object_name acl_name

At most, one ACL can be attached to a given protected object. The same ACL can be attached to multiple protected objects. Ensure that we are familiar with ACL management before we use this function.

Options

Return codes

Example

The following example attaches the ACL policy, pubs_acl3, to the protected object, /Management:
pdadmin sec_master> acl attach /Management pubs_acl3

See also

acl create
acl detach

Parent topic: pdadmin commands