Replies: 6 comments 10 replies
-
The error you report means the client couldn't work out a ticket for the service and tried to fallback to NTLMSSP, which your GSSAPI has no support for. |
Beta Was this translation helpful? Give feedback.
-
It does help, however what would help even more is if you could dump what headers are sent/received by the two browsers during these calls rather than the log output of the modules. |
Beta Was this translation helpful? Give feedback.
-
Has anyone gotten this to work yet? |
Beta Was this translation helpful? Give feedback.
-
I'm seeing exactly the same issue anyone got any ideas ? |
Beta Was this translation helpful? Give feedback.
-
I'm pretty sure I trried that it doesn't seem to work for my situation ...
if kerb auth failed, which it does on non domain machines, then I thought
it just stops and doesn't prompt for basic auth. But I tried lots of
things so maybe I'm mistaken. I'll try again soon.
…On Fri, 9 Sept 2022, 16:30 Marcus Sundberg, ***@***.***> wrote:
Yes! Just add GssapiNegotiateOnce on to your config and it works.
—
Reply to this email directly, view it on GitHub
<#255 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWZJKZCXNBFABH7OPJUY33V5NJ3HANCNFSM5COQH5GA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Oh, awesome. Unsure how I didn't see that in the docs. I can confirm |
Beta Was this translation helpful? Give feedback.
-
Now that Bullseye has landed we're switching from mod-auth-kerb to mod-auth-gssapi, at first sight everything works great, the only thing I cannot get to work is authentication without the REALM when using fallback basic auth.
e.g. DOMAIN\username, username@DOMAIN.COM and firstname.lastname@domain.com all work but I cannot get "username" to work.
Does it not take default_realm into account from krb5.conf's libdefaults ?
Our (simplified) krb5.conf:
In mod-auth-kerb we used to have:
In mod-auth-gssapi now we have
When authenticating without REALM, error that is seen:
Any idea ? Many thanks and apologies if this is something straightforward I missed in the docs!
Beta Was this translation helpful? Give feedback.
All reactions