[1205] in Kerberos_V5_Development
Re: Quick followup on checksum types
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri May 17 12:25:57 1996
Date: Fri, 17 May 1996 12:25:15 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: "Richard Basch" <basch@lehman.com>
Cc: krbdev@MIT.EDU
In-Reply-To: Richard Basch's message of Thu, 16 May 1996 16:40:31 -0400,
<199605162040.QAA29190@badger.lehman.com>
Date: Thu, 16 May 1996 16:40:31 -0400
From: "Richard Basch" <basch@lehman.com>
While the following should have worked, it didn't... however, because
our department is moving, I won't be able to follow up on it until after
our move...
/etc/krb5.conf:
[libdefaults]
. . .
safe_checksum_type = 9
Just so that everyone knows the resolution of this --- the problem is
that safe_checksum_type 9 is SHA, and safe_checksum requires a keyed
checksum, which SHA is not.
- Ted