You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to 2744, the input_cred_handle parameter to add_cred_impresonate_name can be GSS_C_NO_CREDENTIAL (i.e., 0). The current logic forces input_cred to be not None, which goes against this.