Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for multi-trip GSS requests (i.e. using GSS_S_CONTINUE_NEEDED) #64

Open
spaetow opened this issue Jun 15, 2016 · 2 comments
Open

Comments

@spaetow
Copy link

spaetow commented Jun 15, 2016

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.

@stnoonan
Copy link
Owner

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.

So there is nothing to test against...

On Wed, Jun 15, 2016, 09:08 Stefan Paetow [email protected] wrote:

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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#64, or mute
the thread
https://github.com/notifications/unsubscribe/AAZnAilW4Mc4YETh7wwOTtdWa6V-ZnMrks5qL_lggaJpZM4I2VlP
.

@spaetow
Copy link
Author

spaetow commented Jun 16, 2016

Oh but there is... https://wiki.moonshot.ja.net/ :-)

Am happy to do testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants