[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Difference in handling SPNEGO tokens between heimdal 0.7.2 , 0.8.1 and 1.0.1



I used mod_spnego for some time successfully with heimdall 0.7.2. After 
upgrading to heimdal 1.0.1 I get the following error:

[Thu Nov 08 23:31:04 2007] [error] [client 192.168.1.10] mod_spnego: 
gss_accept_sec_context failed; GSS-API: continuation call to routine 
required)
[Thu Nov 08 23:31:04 2007] [error] [client 192.168.1.10] mod_spnego: 
gss_accept_sec_context failed; GSS-API mechanism: unknown mech-code 0 for 
mech unknown)


Why does gss_accept_sec_context  now require a continuation ?

Markus