[597] in Kerberos-V5-bugs
Re[2]: Using Aklog with Kerberos 5.4.1 to get an AFS Token
daemon@ATHENA.MIT.EDU (gr_johnson@gate.pnl.gov)
Mon Jul 25 12:45:40 1994
Date: Mon, 25 Jul 1994 08:49 -0700 (PDT)
From: gr_johnson@gate.pnl.gov
To: tytso@MIT.EDU, DEEngert@anl.gov
Cc: krb5-bugs@MIT.EDU, auth-pilot@es.net, kerberos@MIT.EDU
So, Ted, do you have an alternative suggestion for how Doug can
achieve his objective of using K5 to get AFS tokens with the least
amount of baggage?
Jerry
______________________________ Reply Separator _________________________________
Subject: Re: Using Aklog with Kerberos 5.4.1 to get an AFS Token
Author: tytso@ATHENA.MIT.EDU at -SMTPlink
Date: 7/22/94 10:32 PM
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