summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man/ipa-addgroup.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-30 10:19:08 -0400
committerRob Crittenden <rcritten@redhat.com>2008-05-30 11:22:56 -0400
commit8f639ea9248dfdb38982d653e489866f3e33795a (patch)
treec2b41e8dce774c11b85b038eead75ec6879b947d /ipa-admintools/man/ipa-addgroup.1
parent165d26ce2b5d6fefe26679822cc274843de889dd (diff)
downloadfreeipa-8f639ea9248dfdb38982d653e489866f3e33795a.tar.gz
freeipa-8f639ea9248dfdb38982d653e489866f3e33795a.tar.xz
freeipa-8f639ea9248dfdb38982d653e489866f3e33795a.zip
Add two now options, --addattr and --setattr, to allow arbitrary attributes to be added and set when a new user or group is created.
Make the user password not mandatory and add new option, -P, to prompt for a password interactively. 449006
Diffstat (limited to 'ipa-admintools/man/ipa-addgroup.1')
-rw-r--r--ipa-admintools/man/ipa-addgroup.16
1 files changed, 6 insertions, 0 deletions
diff --git a/ipa-admintools/man/ipa-addgroup.1 b/ipa-admintools/man/ipa-addgroup.1
index 5cc417d3d..03fee1bf2 100644
--- a/ipa-admintools/man/ipa-addgroup.1
+++ b/ipa-admintools/man/ipa-addgroup.1
@@ -34,6 +34,12 @@ Set the description of the group to \fIdescription\fR.
Set the gid for this group to \fIgid\fR.
If this option is not present, one is created automatically
by \fBfreeIPA\fR.
+.TP
+\fB\-\-addattr\fR \fIattr=value\fR
+Adds \fIvalue\fR to attribute \fIattr\fR. Attributes set this way are done after other options. If an attribute is listed more than once or already exists in the entry, it is considered a multi\-valued attribute and a list of the values is created.
+.TP
+\fB\-\-setattr\fR \fIattr=value\fR
+Set attribute \fIattr\fR to \fIvalue\fR. Any existing value will be replaced with \fIvalue\fR.
.PP
The group name and description are mandatory fields. If either of these are not included on the command line you will be asked interactively.