aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAssar Westerlund <assar@FreeBSD.org>2001-05-11 00:14:02 +0000
committerAssar Westerlund <assar@FreeBSD.org>2001-05-11 00:14:02 +0000
commit66b166c9948559c62bbe973d1b83fc4fe764adc2 (patch)
treed70471736b82bb39ddf8f674f2f5ff6c5ff2f16b /crypto
parent2daf163f912ee61afd81ef9fa4b39d3a7023e075 (diff)
downloadsrc-66b166c9948559c62bbe973d1b83fc4fe764adc2.tar.gz
src-66b166c9948559c62bbe973d1b83fc4fe764adc2.zip
merge imported changes into HEAD
Notes
Notes: svn path=/head/; revision=76452
Diffstat (limited to 'crypto')
-rw-r--r--crypto/kerberosIV/man/kprop.89
-rw-r--r--crypto/kerberosIV/man/kpropd.86
-rw-r--r--crypto/kerberosIV/man/ksrvutil.811
3 files changed, 8 insertions, 18 deletions
diff --git a/crypto/kerberosIV/man/kprop.8 b/crypto/kerberosIV/man/kprop.8
index 62761e5284e8..ef45ad374c70 100644
--- a/crypto/kerberosIV/man/kprop.8
+++ b/crypto/kerberosIV/man/kprop.8
@@ -6,8 +6,7 @@
.Os KTH-KRB
.Sh NAME
.Nm kprop
-.Nd
-the kerberos slave server update client
+.Nd "the kerberos slave server update client"
.Sh SYNOPSIS
.Nm
.Op Fl force
@@ -21,9 +20,8 @@ the master server through the
service. To propagate these changes to the slave servers,
.Nm
should be run regularly on the master server.
-
+.Pp
The following options are recognised.
-
.Bl -tag -width -force
.It Fl force
Propagate even if there hasn't been an update to the dump file since
@@ -39,14 +37,13 @@ default is
Contains the names of the slave servers. Default is
.Pa /var/kerberos/slaves .
.El
-
+.Pp
.Nm
will use the principal
.Nm rcmd.kerberos
to authenticate to the master servers. This principal has to be added
to the database, and it should also be put into the service key file
on the master server.
-
.Sh FILES
.Bl -tag -width indent -compact
.It Pa /var/kerberos/slave_dump
diff --git a/crypto/kerberosIV/man/kpropd.8 b/crypto/kerberosIV/man/kpropd.8
index be46ca368186..1ca094430754 100644
--- a/crypto/kerberosIV/man/kpropd.8
+++ b/crypto/kerberosIV/man/kpropd.8
@@ -6,8 +6,7 @@
.Os KTH-KRB
.Sh NAME
.Nm kpropd
-.Nd
-the kerberos slave server update facility
+.Nd "the kerberos slave server update facility"
.Sh SYNOPSIS
.Nm
.Op Fl i
@@ -25,9 +24,8 @@ responds to database update requests from the
command. It can either be started from
.Nm inetd
or as an ordinary program.
-
+.Pp
The following options are recognised:
-
.Bl -tag -width xxxx
.It Fl i
Run stand-alone. If this flag is not given, it is assumed to have
diff --git a/crypto/kerberosIV/man/ksrvutil.8 b/crypto/kerberosIV/man/ksrvutil.8
index 23db91927b77..d2bfa8ee3399 100644
--- a/crypto/kerberosIV/man/ksrvutil.8
+++ b/crypto/kerberosIV/man/ksrvutil.8
@@ -8,10 +8,9 @@
.Dd May 4, 1996
.Dt KSRVUTIL 8
.Os KTH-KRB
-
.Sh NAME
.Nm ksrvutil
-host kerberos keyfile (srvtab) manipulation utility
+.Nd "host kerberos keyfile (srvtab) manipulation utility"
.Sh SYNOPSIS
.Nm
.Op Fl f Pa keyfile
@@ -20,7 +19,6 @@ host kerberos keyfile (srvtab) manipulation utility
.Op Fl p Ar principal
.Op Fl r Ar realm
.Ar operation
-
.Sh DESCRIPTION
.Nm
allows a system manager to list or change keys currently in his
@@ -76,10 +74,9 @@ and could supply an initial password. Then, he could use
to add the key to the keyfile and then to change the key so that it
will be random and unknown to either the system manager or the
kerberos administrator.
-
+.Pp
.Nm
always makes a backup copy of the keyfile before making any changes.
-
.Sh DIAGNOSTICS
If
.Nm
@@ -90,16 +87,14 @@ where
.Pa filename
is the name of the keyfile, and a copy of the file with all new
keys changed or added so far can be found in
-.Pa filename Ns .work.
+.Pa filename Ns .work .
The original keyfile is left unmodified until the program exits at
which point it is removed and replaced it with the workfile.
Appending the workfile to the backup copy and replacing the keyfile
with the result should always give a usable keyfile, although the
resulting keyfile will have some out of date keys in it.
-
.Sh SEE ALSO
.Xr kadmin 8 ,
.Xr ksrvtgt 1
-
.Sh AUTHOR
Emanuel Jay Berkenbilt, MIT Project Athena