git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-07-02 18:06:17 +00:00
parent de1958810f
commit 47efb133ed

View File

@@ -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.