

Shell Commands › Group Management › group put (Group Management)--Replace a Local Group's Description and Entire Membership
group put (Group Management)--Replace a Local Group's Description and Entire Membership
Replace a local group's description and entire membership.
Syntax
group put <name> description=<val> [ <principal1> ... <principalN> ]
Parameters
- <name>
-
Name of the local group.
- description=<val>
-
Group description.
- <principal>
-
A group member in the form <scope>:<type>:<name> where <scope> is global or local, <type> is user or group, and <name> is the user or group name.
Examples
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'.
Notes
- The local group must exist.
- Specified local user and group principals must exist.
- Specified global user principals must have logged in to the grid at some time in the past.
- Specified global group principals must be associated to a global user who has logged in to the grid at some time in the past.
Copyright © 2011 CA.
All rights reserved.
 
|
|