From 47efb133edf10cacf672ae2989a72aa6f6f9660a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 2 Jul 2001 18:06:17 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10219 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/kerberos4.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kerberos4.texi b/doc/kerberos4.texi index 3a5ab97b1..47f21fa80 100644 --- a/doc/kerberos4.texi +++ b/doc/kerberos4.texi @@ -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.