[3270] in Kerberos
Re: v5 login
daemon@ATHENA.MIT.EDU (Derrick J. Brashear)
Fri May 13 12:28:20 1994
To: kerberos@MIT.EDU
Date: Fri, 13 May 1994 11:55:43 -0400
From: "Derrick J. Brashear" <db74+@andrew.cmu.edu>
Excerpts from netnews.comp.protocols.kerberos: 12-May-94 v5 login by
Brian Kantor@nothing.ucs
> It appears from the state of the login.c application that it has not yet been
> adapted to use krb5 - there is a KRB4 define, which appears to switch on a
> set of K-IV routines that don't compile/link/work, but no comparable v5
> code exists in the program. Has anyone done a krb5-compatable login?
Yes, but:
a) it's ugly
b) at the moment the machine I did it on is having SCSI controller problems,
and therefore is down, so I can't get at it, or I'd make it available
However, my starting point was the login from Kerberos 4, which I then
added in code from the k5 version of kinit. The net request was a
version of login which got both K4 and K5 tickets.
-D