[3229] in Kerberos
Re: Sun V4 KNFS living in a V5 world?
daemon@ATHENA.MIT.EDU (Derrick J Brashear)
Wed May 4 11:05:02 1994
To: kerberos@MIT.EDU
Date: 2 May 1994 17:57:01 -0500
From: shadow@alycia.andrew.cmu.edu (Derrick J Brashear)
Jeff Bacon (bacon@mtu.edu) wrote:
>is anyone out there using sun's kerberized NFS code with a V5 server?
>The problem: sun-krb-nfs rather insists on having V4 tickets in a
>(presumably v4-standard) /tmp/tkt file and a V4 srvtab. All wonderful
>and good, I can provide all that...but if I'm running V5
>rlogin/telnet/ftp/etc, those are all going to want V5 tickets.
>a) Joe User is going to have to run kinit twice, once for v4, once
>for v5 (UGH)
I rewrote my login program to do the following:
get v5 tickets, put them in a v5 ticket cache
get v4 tickets, put them in a v4 ticket file
and haven't tested it, but if i enable something, get AFS tokens
using the code from aklog and the v4 tickets i just got
assuming you enabled all the v4 compatibility stuff, you should be
able to do that; it will be fairly seamless
-D