gss_init_sec_context error for spnego
Stephen Ince
since at opendemand.com
Sun Oct 19 16:23:45 EDT 2008
I am getting a 589824 major status for gss_init_sec_context. Does any know
why? It is for the second call to gss_init_sec_context.
Basically I am doing the following.
major_status = gss_init_sec_context(&minor_status,
GSS_C_NO_CREDENTIAL,
&neg_ctx->context,
neg_ctx->server_name,
&gss_spnego_mech_oid_desc,
GSS_C_MUTUAL_FLAG|GSS_C_DELEG_FLAG|GSS_C_REPLAY_FLAG ,
GSS_C_INDEFINITE,
GSS_C_NO_CHANNEL_BINDINGS,
&input_token,
NULL,
&output_token,
NULL,
NULL);
On the first call to gss_init_sec_context the variable neg_ctx->context is
intialized to GSS_C_NO_CONTEXT
I fail on the second call to gss_init_sec_context
Steve
since at opendemand.com
More information about the krbdev
mailing list