Do not use nested displays. Found by and unbreaking the build with mandoc(1). I will also send this patch upstream. OK todd@ jmc@
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
45a94f309b
commit
0b2eece5be
@@ -144,7 +144,7 @@ matching principals.
|
|||||||
Commands include:
|
Commands include:
|
||||||
.\" not using a list here, since groff apparently gets confused
|
.\" not using a list here, since groff apparently gets confused
|
||||||
.\" with nested Xo/Xc
|
.\" with nested Xo/Xc
|
||||||
.Bd -ragged -offset indent
|
.Pp
|
||||||
.Nm add
|
.Nm add
|
||||||
.Op Fl r | Fl -random-key
|
.Op Fl r | Fl -random-key
|
||||||
.Op Fl -random-password
|
.Op Fl -random-password
|
||||||
@@ -159,7 +159,6 @@ Commands include:
|
|||||||
.Op Fl -expiration-time= Ns Ar time
|
.Op Fl -expiration-time= Ns Ar time
|
||||||
.Op Fl -pw-expiration-time= Ns Ar time
|
.Op Fl -pw-expiration-time= Ns Ar time
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Adds a new principal to the database. The options not passed on the
|
Adds a new principal to the database. The options not passed on the
|
||||||
command line will be promped for.
|
command line will be promped for.
|
||||||
@@ -176,14 +175,12 @@ supported.
|
|||||||
.Pp
|
.Pp
|
||||||
.Nm delete
|
.Nm delete
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Removes a principal.
|
Removes a principal.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
.Nm del_enctype
|
.Nm del_enctype
|
||||||
.Ar principal enctypes...
|
.Ar principal enctypes...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Removes some enctypes from a principal; this can be useful if the
|
Removes some enctypes from a principal; this can be useful if the
|
||||||
service belonging to the principal is known to not handle certain
|
service belonging to the principal is known to not handle certain
|
||||||
@@ -196,7 +193,6 @@ enctypes.
|
|||||||
.Xc
|
.Xc
|
||||||
.Oc
|
.Oc
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Creates a keytab with the keys of the specified principals.
|
Creates a keytab with the keys of the specified principals.
|
||||||
.Ed
|
.Ed
|
||||||
@@ -207,7 +203,6 @@ Creates a keytab with the keys of the specified principals.
|
|||||||
.Op Fl t | Fl -terse
|
.Op Fl t | Fl -terse
|
||||||
.Op Fl o Ar string | Fl -column-info= Ns Ar string
|
.Op Fl o Ar string | Fl -column-info= Ns Ar string
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Lists the matching principals, short prints the result as a table,
|
Lists the matching principals, short prints the result as a table,
|
||||||
while long format produces a more verbose output. Which columns to
|
while long format produces a more verbose output. Which columns to
|
||||||
@@ -254,7 +249,6 @@ and
|
|||||||
.Op Fl -pw-expiration-time= Ns Ar time
|
.Op Fl -pw-expiration-time= Ns Ar time
|
||||||
.Op Fl -kvno= Ns Ar number
|
.Op Fl -kvno= Ns Ar number
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Modifies certain attributes of a principal. If run without command
|
Modifies certain attributes of a principal. If run without command
|
||||||
line options, you will be prompted. With command line options, it will
|
line options, you will be prompted. With command line options, it will
|
||||||
@@ -290,7 +284,6 @@ kadmin -l modify -a -disallow-proxiable user
|
|||||||
.Oc
|
.Oc
|
||||||
.Op Fl -key= Ns Ar string
|
.Op Fl -key= Ns Ar string
|
||||||
.Ar principal...
|
.Ar principal...
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Changes the password of an existing principal.
|
Changes the password of an existing principal.
|
||||||
.Ed
|
.Ed
|
||||||
@@ -298,7 +291,6 @@ Changes the password of an existing principal.
|
|||||||
.Nm password-quality
|
.Nm password-quality
|
||||||
.Ar principal
|
.Ar principal
|
||||||
.Ar password
|
.Ar password
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Run the password quality check function locally.
|
Run the password quality check function locally.
|
||||||
You can run this on the host that is configured to run the kadmind
|
You can run this on the host that is configured to run the kadmind
|
||||||
@@ -308,7 +300,6 @@ no rpc call is done to the server.
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
.Nm privileges
|
.Nm privileges
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Lists the operations you are allowed to perform. These include
|
Lists the operations you are allowed to perform. These include
|
||||||
.Li add ,
|
.Li add ,
|
||||||
@@ -324,7 +315,6 @@ and
|
|||||||
.Pp
|
.Pp
|
||||||
.Nm rename
|
.Nm rename
|
||||||
.Ar from to
|
.Ar from to
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Renames a principal. This is normally transparent, but since keys are
|
Renames a principal. This is normally transparent, but since keys are
|
||||||
salted with the principal name, they will have a non-standard salt,
|
salted with the principal name, they will have a non-standard salt,
|
||||||
@@ -340,14 +330,11 @@ Check database for strange configurations on important principals. If
|
|||||||
no realm is given, the default realm is used.
|
no realm is given, the default realm is used.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
.Ed
|
|
||||||
.Pp
|
|
||||||
When running in local mode, the following commands can also be used:
|
When running in local mode, the following commands can also be used:
|
||||||
.Bd -ragged -offset indent
|
.Pp
|
||||||
.Nm dump
|
.Nm dump
|
||||||
.Op Fl d | Fl -decrypt
|
.Op Fl d | Fl -decrypt
|
||||||
.Op Ar dump-file
|
.Op Ar dump-file
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Writes the database in
|
Writes the database in
|
||||||
.Dq human readable
|
.Dq human readable
|
||||||
@@ -361,7 +348,6 @@ is used.
|
|||||||
.Op Fl -realm-max-ticket-life= Ns Ar string
|
.Op Fl -realm-max-ticket-life= Ns Ar string
|
||||||
.Op Fl -realm-max-renewable-life= Ns Ar string
|
.Op Fl -realm-max-renewable-life= Ns Ar string
|
||||||
.Ar realm
|
.Ar realm
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Initializes the Kerberos database with entries for a new realm. It's
|
Initializes the Kerberos database with entries for a new realm. It's
|
||||||
possible to have more than one realm served by one server.
|
possible to have more than one realm served by one server.
|
||||||
@@ -369,7 +355,6 @@ possible to have more than one realm served by one server.
|
|||||||
.Pp
|
.Pp
|
||||||
.Nm load
|
.Nm load
|
||||||
.Ar file
|
.Ar file
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Reads a previously dumped database, and re-creates that database from
|
Reads a previously dumped database, and re-creates that database from
|
||||||
scratch.
|
scratch.
|
||||||
@@ -377,7 +362,6 @@ scratch.
|
|||||||
.Pp
|
.Pp
|
||||||
.Nm merge
|
.Nm merge
|
||||||
.Ar file
|
.Ar file
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Similar to
|
Similar to
|
||||||
.Nm load
|
.Nm load
|
||||||
@@ -395,12 +379,9 @@ but just modifies the database with the entries in the dump file.
|
|||||||
.Oc
|
.Oc
|
||||||
.Op Fl -convert-file
|
.Op Fl -convert-file
|
||||||
.Op Fl -master-key-fd= Ns Ar fd
|
.Op Fl -master-key-fd= Ns Ar fd
|
||||||
.Pp
|
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
Writes the Kerberos master key to a file used by the KDC.
|
Writes the Kerberos master key to a file used by the KDC.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
|
||||||
.Ed
|
|
||||||
.\".Sh ENVIRONMENT
|
.\".Sh ENVIRONMENT
|
||||||
.\".Sh FILES
|
.\".Sh FILES
|
||||||
.\".Sh EXAMPLES
|
.\".Sh EXAMPLES
|
||||||
|
Reference in New Issue
Block a user