Results 32 comments of Jonathan Turner

I have been working on improving the krberror package so that is uses error wrapping. Once this is implemented then you should be able to... ```go var target messages.KRBError errors.As(err,...

This line doesn't look right to me: https://gist.github.com/nice-journey/40148566b92e894a16cb28aa682a2740#file-gistfile1-txt-L34 The first argument should be the client's username. If SPNEGO is not used I'm not sure why the spnego package is being...

@natxo for the first error that references a replay are you making the request to the server more than once from the client? The code you have posted seems to...

@natxo do you have details on your apache 2.4 config so that I can look to recreate this for testing?

@natxo I've tried to recreate your issue but I've been unable to. You can see that the integration test below tests against mod_auth_gssapi: https://github.com/jcmturner/gokrb5/blob/2bdd8614e51c306c067b105027d299f42852262f/client/client_integration_test.go#L321 The web server being tested against...

@natxo have you been able to take a look at this? I'd like to close the issue if there is no longer a problem. Thanks.

@natxo when using the go client is the first response back from the server a 301 and then after the second request you get a 401? That is, is the...

OK I think I'm understanding this a bit more now. The URL you are first visiting is sending a redirect. The gokrb5 client is sending the kerberos ticket on the...

I think I have a solution on the branch named "issue-170". Perhaps you could try it out? This branch is based off v7 so there are some changes to the...

@natxo I have released the spngeo.Client in v7.1.0 Let me know if this resolve things.