mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Clean up the formatting a little.
This commit is contained in:
@@ -25,22 +25,18 @@ ipa\-addgroup \- Add a group
|
||||
ipa\-addgroup [\fIOPTION\fR]... \fIgroup\fR
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
Adds a group with group name \fIgroup\fR.
|
||||
|
||||
Adds a group with name \fIgroup\fR.
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-description\fR=\fIdescription\fR
|
||||
Set the description of the group to \fIdescription\fR.
|
||||
|
||||
.TP
|
||||
\fB\-g\fR, \fB\-\-gid\fR=\fIgid\fR
|
||||
Set the gid for this group to \fIgid\fR.
|
||||
If this option is not present, one is created automatically
|
||||
by .B freeIPA.
|
||||
|
||||
by \fBfreeIPA\fR.
|
||||
.PP
|
||||
group and description are mandatory fields. If either of
|
||||
these are not included on the command line you will be asked interactively.
|
||||
The group name and description are mandatory fields. If either of these are not included on the command line you will be asked interactively.
|
||||
|
||||
If no options are passed then all questions are asked.
|
||||
.SH "EXIT STATUS"
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ ipa\-deldelegation \fIname\fR
|
||||
.SH "DESCRIPTION"
|
||||
Removes an existing delegation named \fIname\fR.
|
||||
|
||||
A delegation is used to grant access to certain attributes from one group to another. ipa\-deldelegation removes this access.
|
||||
A delegation is used to grant write access to certain attributes from one group to another. ipa\-deldelegation removes this access.
|
||||
.SH "EXIT STATUS"
|
||||
0 if the delegation was removed successfully
|
||||
|
||||
|
||||
Reference in New Issue
Block a user