On Fri Aug 19 07:19:10 2022 +0000, Konstantin wrote:
@hans, thank you for comment. If I understand correct you are author of original logic. I am not sure about changes, your suggestion change existing logic. Originaly `*mapped_context` and `expiry_to_timestamp( exptime, expiry );` executed only when status is SEC_E_OK, and `new_context` modification (independant) internaly in `create_context_handle`. I try change condition to ` if (status==SEC_E_OK||status==SEC_I_CONTINUE_NEEDED) ` and test it in our network.
Tested the changes, kerberos auth in our client application work fine.