[38127] in Kerberos
krb5_k_decrypt fails with KRB5_BAD_MSIZE
daemon@ATHENA.MIT.EDU (Ashi1986)
Mon Nov 27 07:35:55 2017
Date: Mon, 27 Nov 2017 05:35:24 -0700 (MST)
From: Ashi1986 <vermaashish_mca@hotmail.com>
To: kerberos@mit.edu
Message-ID: <1511786124710-0.post@n3.nabble.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hi All ,
This is my setup .
windows 10 64 bit
windows 2008 R2 server AD and KDC .
BS2000 with MIT kerberos 1.15.1
while handling Kerberos ticket function, krb5_k_decrypt
[lib/crypto/krb/decrypt.c], returns with KRB5_BAD_MSIZE.
below condition gets failed:
if (output->length < plain_len)
return KRB5_BAD_MSIZE;
output->length is fixed value 2048 and plain_len is decided at run time, in
our scenario plain_len becomes 2207;
In case Windows server 2012 R2 is used as KDC then above condition not
failed.
is there any specific settings or configuration is required on windows
server 2008 R2, by which above condition could pass.
Any help would be appreciated !!!
Thanks & Regards
--
Sent from: http://kerberos.996246.n3.nabble.com/Kerberos-General-f11810.html
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos