Skip to content

Conversation

@xadhoom
Copy link
Contributor

@xadhoom xadhoom commented Jan 17, 2022

According to the ldap ASN1 the dnAttributes should be a bool, instead it was generated as a string.

Also add a couple of test to verify the filter behaves correctly.

@CLAassistant
Copy link

CLAassistant commented Jan 17, 2022

CLA assistant check
All committers have signed the CLA.

According to the ldap ASN1 the dnAttributes should be a bool,
instead it was generated as a string.

Also add a couple of test to verify the filter behaves correctly.
@xadhoom xadhoom force-pushed the fix_eldap_dn_attributes branch from 892684d to 4e7b1f7 Compare January 17, 2022 16:03
xadhoom pushed a commit to xadhoom/eldap_client that referenced this pull request Jan 17, 2022
xadhoom added a commit to VoiSmart/eldap_string_filters that referenced this pull request Jan 17, 2022
eldap has a bug in the dnAttributes boolean option of the extensibleMatch filter helper,
where a string is set as TRUE / FALSE istead of a bool.
This leads in an ASN1 error when trying to submit the request to the server.
This will be removed at some time, when the OTP team fixes the issue.

A PR has been opened here: erlang/otp#5615
@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Jan 18, 2022
@HansN HansN added in progress testing currently being tested, tag is used by OTP internal CI and removed testing currently being tested, tag is used by OTP internal CI labels Jan 19, 2022
@HansN HansN merged commit 57261ba into erlang:maint Jan 20, 2022
@HansN
Copy link
Contributor

HansN commented Jan 20, 2022

Thanks for the PR!

@HansN HansN removed the in progress label Jan 20, 2022
@xadhoom xadhoom deleted the fix_eldap_dn_attributes branch January 20, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team:PS Assigned to OTP team PS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants