summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kdc
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/kdc
parentebfe6dc471c206300fd82c7c0fd145f683aa52f6 (diff)
downloadFreeBSD-src-06c859ecf534f468a52f24a3eb14409d73a4907c.zip
FreeBSD-src-06c859ecf534f468a52f24a3eb14409d73a4907c.tar.gz
mdoc(ng) fixes
Submitted by: ru
Diffstat (limited to 'crypto/heimdal/kdc')
-rw-r--r--crypto/heimdal/kdc/hprop.814
-rw-r--r--crypto/heimdal/kdc/hpropd.85
-rw-r--r--crypto/heimdal/kdc/kdc.83
-rw-r--r--crypto/heimdal/kdc/kstash.83
-rw-r--r--crypto/heimdal/kdc/string2key.83
5 files changed, 11 insertions, 17 deletions
diff --git a/crypto/heimdal/kdc/hprop.8 b/crypto/heimdal/kdc/hprop.8
index 441b14d..b1e1cd9 100644
--- a/crypto/heimdal/kdc/hprop.8
+++ b/crypto/heimdal/kdc/hprop.8
@@ -5,8 +5,7 @@
.Os HEIMDAL
.Sh NAME
.Nm hprop
-.Nd
-propagate the KDC database
+.Nd propagate the KDC database
.Sh SYNOPSIS
.Nm
.Oo Fl m Ar file \*(Ba Xo
@@ -37,8 +36,8 @@ propagate the KDC database
.Op Fl v | Fl -verbose
.Op Fl -version
.Op Fl h | Fl -help
-.Ar host Ns Op :port
-...
+.Ar host Ns Op : Ns Ar port
+.Ar ...
.Sh DESCRIPTION
.Nm
takes a principal database in a specified format and converts it into
@@ -112,7 +111,7 @@ This option thansmits the database with encrypted keys.
.Xc
Dump the database on stdout, in a format that can be fed to hpropd.
.El
-
+.Pp
The following options are only valid if
.Nm hprop
is compiled with support for Kerberos 4 (kaserver).
@@ -145,7 +144,6 @@ Deprecated, identical to
Deprecated, identical to
.Sq --source=kaserver .
.El
-
.Sh EXAMPLES
The following will propagate a database to another machine (which
should run
@@ -153,12 +151,12 @@ should run
.Bd -literal -offset indent
$ hprop slave-1 slave-2
.Ed
-
+.Pp
Copy a Kerberos 4 database to a Kerberos 5 slave:
.Bd -literal -offset indent
$ hprop --source=krb4-db -E krb5-slave
.Ed
-
+.Pp
Convert a Kerberos 4 dump-file for use with a Heimdal KDC:
.Bd -literal -offset indent
$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n
diff --git a/crypto/heimdal/kdc/hpropd.8 b/crypto/heimdal/kdc/hpropd.8
index 687795e..35e416f 100644
--- a/crypto/heimdal/kdc/hpropd.8
+++ b/crypto/heimdal/kdc/hpropd.8
@@ -1,12 +1,11 @@
.\" $Id: hpropd.8,v 1.5 2000/11/12 15:37:33 joda Exp $
.\"
-.Dd Aug 27, 1997
+.Dd August 27, 1997
.Dt HPROPD 8
.Os HEIMDAL
.Sh NAME
.Nm hpropd
-.Nd
-receive a propagated database
+.Nd receive a propagated database
.Sh SYNOPSIS
.Nm
.Oo Fl d Ar file \*(Ba Xo
diff --git a/crypto/heimdal/kdc/kdc.8 b/crypto/heimdal/kdc/kdc.8
index 359c17d..1687dcd 100644
--- a/crypto/heimdal/kdc/kdc.8
+++ b/crypto/heimdal/kdc/kdc.8
@@ -5,8 +5,7 @@
.Os HEIMDAL
.Sh NAME
.Nm kdc
-.Nd
-Kerberos 5 server
+.Nd Kerberos 5 server
.Sh SYNOPSIS
.Nm
.Oo Fl c Ar file \*(Ba Xo
diff --git a/crypto/heimdal/kdc/kstash.8 b/crypto/heimdal/kdc/kstash.8
index 92b532d..a9d34c3 100644
--- a/crypto/heimdal/kdc/kstash.8
+++ b/crypto/heimdal/kdc/kstash.8
@@ -5,8 +5,7 @@
.Os HEIMDAL
.Sh NAME
.Nm kstash
-.Nd
-store the KDC master password in a file
+.Nd "store the KDC master password in a file"
.Sh SYNOPSIS
.Nm
.Oo Fl e Ar string \*(Ba Xo
diff --git a/crypto/heimdal/kdc/string2key.8 b/crypto/heimdal/kdc/string2key.8
index be8b1f6..b286733 100644
--- a/crypto/heimdal/kdc/string2key.8
+++ b/crypto/heimdal/kdc/string2key.8
@@ -5,8 +5,7 @@
.Os HEIMDAL
.Sh NAME
.Nm string2key
-.Nd
-map a password into a key
+.Nd map a password into a key
.Sh SYNOPSIS
.Nm
.Op Fl 5 | Fl -version5
OpenPOWER on IntegriCloud