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

Update github.com/go-ldap/ldap to v3 #1004

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

butonic
Copy link
Contributor

@butonic butonic commented Jul 24, 2020

In the current version of the ldap lib attribute comparisons are case sensitive. With v3 GetEqualFoldAttributeValue is introduced, which allows a case insensitive comparison. Which AFAICT is what the spec says: see go-ldap/ldap#129 (comment)

This will prevent empty user properties when the attribute name happens to not have the correct case.

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@butonic butonic requested a review from labkode as a code owner July 24, 2020 13:42
@butonic butonic requested a review from ishank011 July 24, 2020 13:43
@labkode labkode merged commit b46288b into cs3org:master Jul 24, 2020
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