[krbdev.mit.edu #4242] Bug in krb5_kt_resolve
Shivakeshav Santi via RT
rt-comment at krbdev.mit.edu
Wed Sep 6 15:59:37 EDT 2006
HI,
I noticed that krb5_kt_resolve function returns KRB5_KT_UNKNOWN_TYPE
on a valid call with a correct keytab name . On further investigation I
found that the function uses strcmp which is comparing the default prefixes
with the prefix (FILE:). But the default prefixes do not have colon.
changing the line in ktbase.c from strcmp(tlist->ops->prefix,pfx) to
strncmp(tlist->ops->prefix,pfx,strlen(tlist->ops->prefix)) fixed the problem.
Did any one notice a similar behaviour ?
Thank you for your time.
Shivakeshav Santi
Programmer Analyst/Senior
Cornell Information Technologies
120 Maple Avenue
Cornell University
Tel :6072551916(O)
6075926806(M)
6073167758(M2)
Ability may get you to the top, but only character will keep you there .....
More information about the krb5-bugs
mailing list