[krbdev.mit.edu #7650] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Fri May 31 11:05:40 EDT 2013


Properly handle use_master in k5_init_creds_get

If we make multiple requests in an initial creds exchange, the
krb5_sendto_kdc call in k5_init_creds_get may flip the use_master
value from 0 to 1 if it detects that the response was from a master
KDC.  Don't turn this into a requirement for future requests during
the same exchange, or we may have trouble following AS referrals.
Reported by Sumit Bose.

https://github.com/krb5/krb5/commit/a12a5ddb9b932061bad7b83df058c7c6e2e4b044
Author: Greg Hudson <ghudson at mit.edu>
Commit: a12a5ddb9b932061bad7b83df058c7c6e2e4b044
Branch: master
 src/lib/krb5/krb/get_in_tkt.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list