gss_init_sec_context error for spnego

Tom Yu tlyu at MIT.EDU
Mon Oct 20 10:28:00 EDT 2008


"Stephen Ince" <since at opendemand.com> writes:

> I have made some progress. I am now getting a "Message stream modified" 
> from gss_init_sec_context on the second call.
>
> I am doing the following.
>
>     gss_krb5_ccache_name
>     gss_init_sec_context
>
>     get and decode input negotiate from IE
>     gss_init_sec_context
>
>
> I think my error maybe how I am base64 decoding the negotiate token. or in 
> how I am setting the default creditial cache.
> Any help would be greatly appreciated.

It would help to know a few more details about what you are trying to
do.  For example, what software is acting as the GSS acceptor?  Your
"get and decode input negotiate from IE" suggests that you are trying
to act as a web server reading GSS tokens from an IE browser, in which
case you are acting as acceptor, not initiator.



More information about the krbdev mailing list