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

Fix NTLM and Kerberos #10405

Merged
merged 3 commits into from Feb 6, 2024
Merged

Fix NTLM and Kerberos #10405

merged 3 commits into from Feb 6, 2024

Conversation

juliens
Copy link
Member

@juliens juliens commented Feb 2, 2024

What does this PR do?

IIS needs to have the same connection for the all negotiating process for kerberos and NTLM authentication. So we need to "stick" to the TCP connection with the backend for a single client TCP Connection, otherwise, authentication fail.

This PR fixes this issues with kerberos ad NTLM authentication.

Motivation

Fix failing kerberos and NTLM authentication

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

Copy link
Contributor

@nmengin nmengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@lbenguigui lbenguigui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker traefiker merged commit e11ff98 into traefik:v2.11 Feb 6, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants