-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Address LDAP issues #22249
Address LDAP issues #22249
Conversation
Build Results: |
CI Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, @raymonstah. You can add the backport/1.x.x
labels. I'm thinking a backport to 1.14.x and 1.13.x makes sense.
@@ -88,3 +95,58 @@ func TestSIDBytesToString(t *testing.T) { | |||
} | |||
} | |||
} | |||
|
|||
func TestClient_renderUserSearchFilter(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Applies changes to the LDAP client from hashicorp/cap#77 and hashicorp/cap#78.
This is a temporary solution until cap/ldap has support for pagination.
For the longer term solution, see #22185.