Replace a local group's description or membership.
group modify <name> [ description=<val> ] [ +/-<principal1> ... +/-<principalN> ]
Name of the local group.
Group description.
Add the principal to the group if it is not already a member. <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.
Remove the principal from the group.
group modify my-group +local:user:admin
Add local user 'admin' to the local group 'my-group'.
group modify my-group +admin
Add global user 'admin' to the local group 'my-group'.
|
Copyright © 2011 CA.
All rights reserved.
|
|