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

Reply via email to