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
I've noticed that GSS_S_CONTINUE_NEEDED is explictly not supported (the module declines AuthN when it receives a GSS_S_CONTINUE_NEEDED status back). Is there any reason why? :-)
If it's a technical reason, would it help pointing to an Apache module that does implement it to give you hints on how to support it?
It would be great to have full GSS-API support.
The text was updated successfully, but these errors were encountered:
I implemented this in a branch at some point, but as far as I know there is
not yet any GSS-API implementation that actually ever issues continue
needed.
I've noticed that GSS_S_CONTINUE_NEEDED is explictly not supported (the
module declines AuthN when it receives a GSS_S_CONTINUE_NEEDED status
back). Is there any reason why? :-)
If it's a technical reason, would it help pointing to an Apache module
that does implement it to give you hints on how to support it?
Hi,
I've noticed that GSS_S_CONTINUE_NEEDED is explictly not supported (the module declines AuthN when it receives a GSS_S_CONTINUE_NEEDED status back). Is there any reason why? :-)
If it's a technical reason, would it help pointing to an Apache module that does implement it to give you hints on how to support it?
It would be great to have full GSS-API support.
The text was updated successfully, but these errors were encountered: