summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/doc/kerberos4.texi
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/doc/kerberos4.texi
parent8db4cdb3da4228a5d93635e43825e2e8a2f66db7 (diff)
downloadFreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.zip
FreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
Diffstat (limited to 'crypto/heimdal/doc/kerberos4.texi')
-rw-r--r--crypto/heimdal/doc/kerberos4.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/heimdal/doc/kerberos4.texi b/crypto/heimdal/doc/kerberos4.texi
index 613e352..42a5f89 100644
--- a/crypto/heimdal/doc/kerberos4.texi
+++ b/crypto/heimdal/doc/kerberos4.texi
@@ -1,4 +1,4 @@
-@c $Id: kerberos4.texi,v 1.13 2001/02/24 05:09:24 assar Exp $
+@c $Id: kerberos4.texi,v 1.16 2001/07/19 17:17:46 assar Exp $
@node Kerberos 4 issues, Windows 2000 compatability, Things in search for a better place, Top
@comment node-name, next, previous, up
@@ -7,8 +7,8 @@
If compiled with version 4 support, the KDC can serve requests from a
Kerberos 4 client. There are a few things you must do for this to work.
-You might also want use the built in kaserver emulation in the kdc
-when you have AFS-clients that use @code{klog}.
+The KDC will also have kaserver emulation and be able to handle
+AFS-clients that use @code{klog}.
@menu
* Principal conversion issues::
@@ -164,14 +164,14 @@ command to propagate the database to the machine called
@samp{slave-server} (which should be running a @samp{hpropd}).
@example
-hprop --source=krb4-db -E slave-server
+hprop --source=krb4-db --master-key=/.m slave-server
@end example
This command can also be to use for converting the v4 database on the
server:
@example
-hprop -n --source=krb4-db -d /var/kerberos/principal -E | hpropd -n
+hprop -n --source=krb4-db -d /var/kerberos/principal --master-key=/.m | hpropd -n
@end example
@section Version 4 Kadmin
@@ -202,7 +202,7 @@ contains a minimalistic Rx implementation.
There are three parts of the kaserver; KAA (Authentication), KAT (Ticket
Granting), and KAM (Maintenance). The KAA interface and KAT interface
both passes over DES encrypted data-blobs (just like the
-Kerberos-protocol) and thus o not need any other protection. The KAM
+Kerberos-protocol) and thus do not need any other protection. The KAM
interface uses @code{rxkad} (Kerberos authentication layer for Rx) for
security and data protection, and is used for example for changing
passwords. This part is not implemented in the kdc.
OpenPOWER on IntegriCloud