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:
Ingo Schwarze
2010-02-20 11:19:43 -08:00
committed by Love Hornquist Astrand
parent 45a94f309b
commit 0b2eece5be

View File

@@ -144,7 +144,7 @@ matching principals.
Commands include:
.\" not using a list here, since groff apparently gets confused
.\" with nested Xo/Xc
.Bd -ragged -offset indent
.Pp
.Nm add
.Op Fl r | Fl -random-key
.Op Fl -random-password
@@ -159,7 +159,6 @@ Commands include:
.Op Fl -expiration-time= Ns Ar time
.Op Fl -pw-expiration-time= Ns Ar time
.Ar principal...
.Pp
.Bd -ragged -offset indent
Adds a new principal to the database. The options not passed on the
command line will be promped for.
@@ -176,14 +175,12 @@ supported.
.Pp
.Nm delete
.Ar principal...
.Pp
.Bd -ragged -offset indent
Removes a principal.
.Ed
.Pp
.Nm del_enctype
.Ar principal enctypes...
.Pp
.Bd -ragged -offset indent
Removes some enctypes from a principal; this can be useful if the
service belonging to the principal is known to not handle certain
@@ -196,7 +193,6 @@ enctypes.
.Xc
.Oc
.Ar principal...
.Pp
.Bd -ragged -offset indent
Creates a keytab with the keys of the specified principals.
.Ed
@@ -207,7 +203,6 @@ Creates a keytab with the keys of the specified principals.
.Op Fl t | Fl -terse
.Op Fl o Ar string | Fl -column-info= Ns Ar string
.Ar principal...
.Pp
.Bd -ragged -offset indent
Lists the matching principals, short prints the result as a table,
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 -kvno= Ns Ar number
.Ar principal...
.Pp
.Bd -ragged -offset indent
Modifies certain attributes of a principal. If run without command
line options, you will be prompted. With command line options, it will
@@ -290,7 +284,6 @@ kadmin -l modify -a -disallow-proxiable user
.Oc
.Op Fl -key= Ns Ar string
.Ar principal...
.Pp
.Bd -ragged -offset indent
Changes the password of an existing principal.
.Ed
@@ -298,7 +291,6 @@ Changes the password of an existing principal.
.Nm password-quality
.Ar principal
.Ar password
.Pp
.Bd -ragged -offset indent
Run the password quality check function locally.
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
.Pp
.Nm privileges
.Pp
.Bd -ragged -offset indent
Lists the operations you are allowed to perform. These include
.Li add ,
@@ -324,7 +315,6 @@ and
.Pp
.Nm rename
.Ar from to
.Pp
.Bd -ragged -offset indent
Renames a principal. This is normally transparent, but since keys are
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.
.Ed
.Pp
.Ed
.Pp
When running in local mode, the following commands can also be used:
.Bd -ragged -offset indent
.Pp
.Nm dump
.Op Fl d | Fl -decrypt
.Op Ar dump-file
.Pp
.Bd -ragged -offset indent
Writes the database in
.Dq human readable
@@ -361,7 +348,6 @@ is used.
.Op Fl -realm-max-ticket-life= Ns Ar string
.Op Fl -realm-max-renewable-life= Ns Ar string
.Ar realm
.Pp
.Bd -ragged -offset indent
Initializes the Kerberos database with entries for a new realm. It's
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
.Nm load
.Ar file
.Pp
.Bd -ragged -offset indent
Reads a previously dumped database, and re-creates that database from
scratch.
@@ -377,7 +362,6 @@ scratch.
.Pp
.Nm merge
.Ar file
.Pp
.Bd -ragged -offset indent
Similar to
.Nm load
@@ -395,12 +379,9 @@ but just modifies the database with the entries in the dump file.
.Oc
.Op Fl -convert-file
.Op Fl -master-key-fd= Ns Ar fd
.Pp
.Bd -ragged -offset indent
Writes the Kerberos master key to a file used by the KDC.
.Ed
.Pp
.Ed
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES