summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man/ipa-adduser.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-04 16:44:33 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-04 16:44:33 -0500
commit74d2153c5eabb9846af575e83dc25708fd5bd1ed (patch)
tree19dfb82f51a2cc7c2b86f568729393b847026fd2 /ipa-admintools/man/ipa-adduser.1
parent1db719691eba93cb47e55603b41ddcbb4b1ff060 (diff)
downloadfreeipa.git-74d2153c5eabb9846af575e83dc25708fd5bd1ed.tar.gz
freeipa.git-74d2153c5eabb9846af575e83dc25708fd5bd1ed.tar.xz
freeipa.git-74d2153c5eabb9846af575e83dc25708fd5bd1ed.zip
Clean up the formatting a little.
Diffstat (limited to 'ipa-admintools/man/ipa-adduser.1')
-rw-r--r--ipa-admintools/man/ipa-adduser.19
1 files changed, 0 insertions, 9 deletions
diff --git a/ipa-admintools/man/ipa-adduser.1 b/ipa-admintools/man/ipa-adduser.1
index 514455c3..d8b40a2e 100644
--- a/ipa-admintools/man/ipa-adduser.1
+++ b/ipa-admintools/man/ipa-adduser.1
@@ -32,46 +32,37 @@ Adds a user with username \fIuser\fR.
\fB\-c\fR, \fB\-\-gecos\fR=\fIgecos\fR
Set the \f[SM]GECOS\fR field to \fIgecos\fR.
The \f[SM]GECOS\fR field is traditionally used to store user's real name and other information.
-
.TP
\fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR
Set user's home directory to \fIdirectory\fR.
If this option is not present, a default specified by the
.B freeIPA configuration is used.
-
.TP
\fB\-f\fR, \fB\-\-firstname\fR=\fIgivenName\fR
Set user's first name to \fIgivenName\fR.
-
.TP
\fB\-l\fR, \fB\-\-lastname\fR=\fIfamilyName\fR
Set user's last name to \fIfamilyName\fR.
-
.TP
\fB\-p\fR, \fB\-\-password\fR=\fIpassword\fR
Set user's password to \fIpassword\fR.
-
.TP
\fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR
Set the user's login shell to \fIshell\fR.
If this option is not present, a default specified by the
.B freeIPA configuration is used.
-
.TP
\fB\-G\fR, \fB\-\-groups\fR=\fIgroups\fR
Add this user to one or more groups in \fIgroups\fR.
\fIgroups\fR is a comma\-separated list of groups.
Each \fIgroup\fR must already exist.
-
.TP
\fB\-k\fR, \fB\-\-krb\-principal\fR=\fIprincipal\fR
Set this user's principal to \fIprincipal\fR.
By default the principal is set to \fBuser\fR.
-
.TP
\fB\-M\fR, \fB\-\-mailAddress\fR=\fImail\fR
Set this user's e\-mail address to \fImail\fR.
-
.PP
The mandatory fields are: user, first name, last name and password. If any of these are not included on the command line you will be asked interactively.