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(ldap-auth) remove bin.mod and negative cache #3618

Merged
merged 1 commit into from
Jul 13, 2018
Merged

Conversation

shashiranjan84
Copy link
Contributor

@shashiranjan84 shashiranjan84 commented Jul 13, 2018

This PP fixes two issues with plugin:

  • One where request added negative cache for incorrect password.
  • Second when request results in 500 when very long password being used. Now % used instead of bin.mod as bin.mod does not exist

@shashiranjan84 shashiranjan84 requested review from akasetty and a team July 13, 2018 00:30
- Remove negative caching as there is no way for invalidation
- Use `%` instead of `bin.mod`
@hishamhm
Copy link
Contributor

@shashiranjan84 changes and regression tests look good! CI failure was unrelated, I restarted it. Will merge when we get the green light from Travis!

Copy link
Contributor

@hishamhm hishamhm left a comment

Choose a reason for hiding this comment

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

Approved, just waiting for CI.

@hishamhm hishamhm merged commit 5c53051 into master Jul 13, 2018
@hishamhm hishamhm deleted the fix/ldap-auth branch July 13, 2018 14:41
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

Successfully merging this pull request may close these issues.

2 participants