Replace a local group's description and entire membership.
group put <name> description=<val> [ <principal1> ... <principalN> ]
Name of the local group.
Group description.
A group member specified in one of the following formats:
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.
group put my-group description='us' local:user:admin
Replace the description of local group 'my-group' and replace the membership such that the only member is local user 'admin'.
group put my-group description='us' admin
Replace the description of local group 'my-group' and replace the membership such that the only member is local user 'admin'.
Replace the entire new object ACL definition associated to a group.
group put_newobj_acl <name> [ <principal>=owner ] [ <principal1>=<val> ... <principalN>=<val> ] [ --test_only | --force ]
Name of the group; prepend the group name with / to indicate a global group.
Set the owner attribute of the new object ACL definition to the specified principal. The principal must be a group.
Add the specified principal to the new object ACL definition with access level <val>. <principal> is in the following form:
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.
Do not replace the new object ACL definition but rather test if the operation can succeed.
Skip prompting the user for verification.
group put_newobj_acl admin local:group:admin=owner local:group:admin=full
Put the new object ACL definition associated to the local group 'admin'.
The owner of a new object ACL definition associated to a group must itself be a group.
|
Copyright © 2011 CA.
All rights reserved.
|
|