Subject: Re: K4 tickets with Kerberos5 login
To: Tracy J. Di Marco White <gendalia@iastate.edu>
From: Assar Westerlund <assar@sics.se>
List: tech-crypto
Date: 06/05/2000 16:03:23
"Tracy J. Di Marco White" <gendalia@iastate.edu> writes:
> I'm running current of about a week ago, and I've set up my machine to get
> Kerberos 5 tickets.  I'd like to also get Kerberos 4 tickets automatically.
> I thought krb524 would be involved, but that doesn't seem to be built.  I
> thought I should do something with krb5.conf, but from the man page (not
> installed, but in source), it looks like that is supposed to be the
> default.  Are there instructions around for setting this up?

What Kerberos code is this?  If this is crypto-intl, the following
text in /etc/krb5.conf should do what you want:

[libdefaults]
        krb4_get_tickets = yes

/assar