Replace the entire global catalog ACL.
catalog put_acl <name> <principal>=owner [ <principal1>=<val> ... <principalN>=<val> ] [ --test_only | --force ]
Name of the global catalog.
Set the owner attribute of the catalog ACL to the specified principal.
Add the specified principal to the catalog ACL with access level <val>. <principal> is in the form <scope>:<type>:<name> where <scope> is local, <type> is user or group, and <name> is the user or group name. Valid access levels are: read, control, configure and full.
Do not replace the catalog ACL but rather test if the operation can succeed.
Skip prompting the user for verification.
Catalog put_acl /mycat local:user:admin=owner local:user:admin=full
Replace the 'mycat' global catalog ACL such that the owner is the local user 'admin' and local user 'admin' has full access level permissions.
|
Copyright © 2013 CA.
All rights reserved.
|
|