Not getting delegation credential from gss_accept_sec_context()
Greg Hudson
ghudson at mit.edu
Wed Oct 8 23:10:28 EDT 2014
On 10/08/2014 05:45 PM, Xie, Hugh wrote:
> My mistake. The error is from * gss_inquire_context(&min_stat, state->context, &gssuser, NULL, NULL, NULL, NULL, NULL, NULL);* post call to * gss_init_sec_context*. Can I still call this function post gss_init_sec_context with delegate handle?
Our implementation requires the context argument of gss_inquire_context
to be an established context, although this isn't required by RFC 2743
or RFC 2744. I will file an issue. For the moment, don't inquire the
context until gss_init_sec_context returns GSS_S_COMPLETE.
More information about the Kerberos
mailing list