summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kadmin
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-05-08 14:57:13 +0000
committerassar <assar@FreeBSD.org>2001-05-08 14:57:13 +0000
commit06c859ecf534f468a52f24a3eb14409d73a4907c (patch)
tree750bdafce07a6dc95251307891ee2dfc44510a2c /crypto/heimdal/kadmin
parentebfe6dc471c206300fd82c7c0fd145f683aa52f6 (diff)
downloadFreeBSD-src-06c859ecf534f468a52f24a3eb14409d73a4907c.zip
FreeBSD-src-06c859ecf534f468a52f24a3eb14409d73a4907c.tar.gz
mdoc(ng) fixes
Submitted by: ru
Diffstat (limited to 'crypto/heimdal/kadmin')
-rw-r--r--crypto/heimdal/kadmin/kadmin.833
-rw-r--r--crypto/heimdal/kadmin/kadmind.85
2 files changed, 17 insertions, 21 deletions
diff --git a/crypto/heimdal/kadmin/kadmin.8 b/crypto/heimdal/kadmin/kadmin.8
index bfb4cfc..fb23cfe 100644
--- a/crypto/heimdal/kadmin/kadmin.8
+++ b/crypto/heimdal/kadmin/kadmin.8
@@ -5,8 +5,7 @@
.Os HEIMDAL
.Sh NAME
.Nm kadmin
-.Nd
-Kerberos administration utility
+.Nd Kerberos administration utility
.Sh SYNOPSIS
.Nm
.Oo Fl p Ar string \*(Ba Xo
@@ -101,7 +100,7 @@ will prompt for commands to process. Commands include:
.Op Fl -pw-expiration-time= Ns Ar time
.Ar principal...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
creates a new principal
.Ed
.Pp
@@ -114,21 +113,21 @@ creates a new principal
.Op Fl -key= Ns Ar string
.Ar principal...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
changes the password of an existing principal
.Ed
.Pp
.Nm delete
.Ar principal...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
removes a principal
.Ed
.Pp
.Nm del_enctype
.Ar principal enctypes...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
removes some enctypes from a principal, this can be useful the service
belonging to the principal is known to not handle certain enctypes
.Ed
@@ -139,7 +138,7 @@ belonging to the principal is known to not handle certain enctypes
.Xc
.Ar principal...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
creates a keytab with the keys of the specified principals
.Ed
.Pp
@@ -149,7 +148,7 @@ creates a keytab with the keys of the specified principals
.Op Fl t | Fl -terse
.Ar expression...
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
lists the principals that match the expressions (which are shell glob
like), long format gives more information, and terse just prints the
names
@@ -158,7 +157,7 @@ names
.Nm rename
.Ar from to
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
renames a principal
.Ed
.Pp
@@ -173,26 +172,25 @@ renames a principal
.Op Fl -kvno= Ns Ar number
.Ar principal
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
modifies certain attributes of a principal
.Ed
.Pp
.Nm privileges
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
lists the operations you are allowd to perform
.Ed
.Pp
.Ed
-
+.Pp
When running in local mode, the following commands can also be used.
-
.Bd -ragged -offset indent
.Nm dump
.Op Fl d | Fl -decrypt
.Op Ar dump-file
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
writes the database in
.Dq human readable
form to the specified file, or standard out
@@ -203,7 +201,7 @@ form to the specified file, or standard out
.Op Fl -realm-max-renewable-life= Ns Ar string
.Ar realm
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
initialises the Kerberos database with entries for a new realm, it's
possible to have more than one realm served by one server
.Ed
@@ -211,21 +209,20 @@ possible to have more than one realm served by one server
.Nm load
.Ar file
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
reads a previously dumped database, and re-creates that database from scratch
.Ed
.Pp
.Nm merge
.Ar file
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
similar to
.Nm list
but just modifies the database with the entries in the dump file
.Ed
.Pp
.Ed
-
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
diff --git a/crypto/heimdal/kadmin/kadmind.8 b/crypto/heimdal/kadmin/kadmind.8
index 67d5c9b..9b76683 100644
--- a/crypto/heimdal/kadmin/kadmind.8
+++ b/crypto/heimdal/kadmin/kadmind.8
@@ -3,8 +3,7 @@
.Os HEIMDAL
.Sh NAME
.Nm kadmind
-.Nd
-server for administrative access to kerberos database
+.Nd "server for administrative access to kerberos database"
.Sh SYNOPSIS
.Nm
.Oo Fl c Ar file \*(Ba Xo
@@ -32,7 +31,7 @@ connection. The
option causes
.Nm
to accept exactly one connection, which is useful for debugging.
-
+.Pp
If built with krb4 support, it implements both the Heimdal Kerberos 5
administrative protocol and the Kerberos 4 protocol. Password changes
via the Kerberos 4 protocol are also performed by
OpenPOWER on IntegriCloud