[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kinit.c patch
Chris Chiappa <griffon+heimdal-discuss@snurgle.org> writes:
> This patch (I think) lets kinit read its default ticket type out of
> /etc/krb5.conf, reading the same config key that the MIT kinit uses. At
> least, by setting
> [libdefaults]
> default_tkt_etypes = des-cbc-crc
> it lets me kinit -4 without having to say -e des-cbc-crc
>
> Comments?
How is this different from [libdefaults]default_etypes and
[libdefaults]default_etypes_des.
And what kind of KDC are you using this against? I don't see why it
would be necessary to explicitly say -e des-cbc-crc to get a v4
ticket. I definitely do not have to do that.
/assar
- References:
- kinit.c patch
- From: Chris Chiappa <griffon+heimdal-discuss@snurgle.org>