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

PWM incorrectly uses search operations where it should be using compare operations #609

Open
quanah opened this issue Jul 12, 2021 · 0 comments

Comments

@quanah
Copy link

quanah commented Jul 12, 2021

When doing group membership comparisons, PWM incorrectly does a search operation to see if a entry belongs to a specific group. It should instead use the ldap COMPARE operation, which is faster and less resource intensive than the search operation, which is why the compare op exists in the first place.

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

1 participant