1ipa-addgroup(1) ipa-addgroup(1)
2
3
4
6 ipa-addgroup - Add a group
7
8
10 ipa-addgroup [OPTION]... group
11
12
14 Adds a group with name group.
15
17 -d, --description=description
18 Set the description of the group to description.
19
20 -g, --gid=gid
21 Set the gid for this group to gid. If this option is not
22 present, one is created automatically by freeIPA.
23
24 --addattr attr=value
25 Adds value to attribute attr. Attributes set this way are done
26 after other options. If an attribute is listed more than once or
27 already exists in the entry, it is considered a multi-valued
28 attribute and a list of the values is created.
29
30 --setattr attr=value
31 Set attribute attr to value. Any existing value will be replaced
32 with value.
33
34 -v, --verbose
35 Display the XML-RPC request and response for more verbose debugā
36 ging output.
37
38 The group name and description are mandatory fields. If either of these
39 are not included on the command line you will be asked interactively.
40
41 If no options are passed then all questions are asked.
42
44 The exit status is 0 on success, nonzero on error.
45
46
47
48freeipa Oct 10 2007 ipa-addgroup(1)