[596] in Kerberos-V5-bugs
Re: Using Aklog with Kerberos 5.4.1 to get an AFS Token
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sat Jul 23 01:37:40 1994
Date: Sat, 23 Jul 94 01:32:19 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Doug Engert" <DEEngert@anl.gov>
Cc: <krb5-bugs@MIT.EDU>, <auth-pilot@es.net>, <kerberos@MIT.EDU>
In-Reply-To: Doug Engert's message of Fri, 22 Jul 94 16:36:55 CDT,
<9407222137.AA14087@MIT.EDU>
What you've described is an interesting hack, but it completely goes
against the purpose of the krb425 library --- again, the libkrb425
library allows a program which uses the krb4 API to access the krb5
protocol. Your modification will ****break**** the libkrb425 library
for its intended purpose.
Hence, do not expect your patches to be included in the mainline
distribution any time soon.
Unfortunately, people seem extremely prone to abuse the krb425 library;
it is likely that once we get the krb4 library code integrated into the
V5 tree, we will be dropping the krb425 library, since most of the time
you really don't want to be using it anyway.
- Ted