ipa-modgroup (1) Linux Manual Page
NAME
ipa-modgroup – Modify a group
SYNOPSIS
ipa-modgroup [OPTION]… group
DESCRIPTION
Updates the members or description of group.
OPTIONS
-a,–add=user1,user2,…usern- Add one or more users to the group
-d,–description=description- Modify the description of the group
-e,–groupdel=group1,group2,…groupn- Remove one or more groups from the group
-g,–groupadd=group1,group2,…groupn- Add one or more groups to the group
-r,–remove=user1,user2,…usern- Remove one or more users from the group
–addattrattr=value- Add a new attribute, or value to an existing attribute
–delattrattr=value- Remove an attribute and all values
–setattrattr=value- Set an attribute to a new value, removing all old ones
-v,–verbose- Display the XML-RPC request and response for more verbose debugging output.
EXIT STATUS
The exit status is 0 on success, nonzero on error.
