Replace that portion of the application ACL which relates to the owner or a principal.
application modify_acl <name> [ <principal>=owner ] [ <principal1>=<val1> ... <principalN>=<valN> ] [ template=<name> ] [ --test_only ]
Set the owner attribute of the application ACL to the specified principal.
Add or replace the specified principal in the application ACL with access level <val>. <principal> is in the following form:
Local user or group.
Global user or group
A fully qualified principal name where <scope> is 'global' or 'local', <type> is 'group' or 'user', and <name> is the group or user name. Valid access levels are: read, control, configure and full. If the access level is specified as 'none' the principal is removed from the application ACL if it is present.
Replace the principal entries of the application ACL with those of the specified template application.
Do not replace any portion of the application ACL but rather test if the operation can succeed.
application modify_acl my-app local:user:admin=full
Replace that portion of the 'myapp' application ACL which relates to the local user 'admin', providing full access level permissions to this user.
application modify_acl my-app admin=full
Replace that portion of the 'myapp' application ACL which relates to the local user 'admin', providing full access level permissions to this user.
|
Copyright © 2011 CA.
All rights reserved.
|
|