1ipa-modgroup(1) ipa-modgroup(1)
2
3
4
6 ipa-modgroup - Modify a group
7
9 ipa-modgroup [OPTION]... group
10
11
13 Updates the members or description of group.
14
16 -a, --add=user1,user2,...usern
17 Add one or more users to the group
18
19 -d, --description=description
20 Modify the description of the group
21
22 -e, --groupdel=group1,group2,...groupn
23 Remove one or more groups from the group
24
25 -g, --groupadd=group1,group2,...groupn
26 Add one or more groups to the group
27
28 -r, --remove=user1,user2,...usern
29 Remove one or more users from the group
30
31 --addattr attr=value
32 Add a new attribute, or value to an existing attribute
33
34 --delattr attr=value
35 Remove an attribute and all values
36
37 --setattr attr=value
38 Set an attribute to a new value, removing all old ones
39
40 -v, --verbose
41 Display the XML-RPC request and response for more verbose debugā
42 ging output.
43
45 The exit status is 0 on success, nonzero on error.
46
47
48
49freeipa Oct 10 2007 ipa-modgroup(1)