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

ldap: Fix substring filter parsing and rendering #28

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Jan 5, 2024

The initial (prefix) and final (suffix) strings are specified individually with a variable number of "any" matches that can occur between these. The previous implementation assumed a single string and rendered it as .

Reported and PCAP provided by @martinvanhensbergen, thanks!

Closes #27

The initial (prefix) and final (suffix) strings are specified individually
with a variable number of "any" matches that can occur between these.
The previous implementation assumed a single string and rendered it
as *<string>*.

Reported and PCAP provided by @martinvanhensbergen, thanks!

Closes #27
@awelzel awelzel requested a review from bbannier January 5, 2024 15:04
Copy link
Member

@bbannier bbannier left a comment

Choose a reason for hiding this comment

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

Awesome 🚀

@awelzel awelzel merged commit a435263 into main Jan 5, 2024
2 checks passed
@awelzel awelzel deleted the topic/awelzel/27-search-substring-filter branch January 5, 2024 16:51
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.

Parse error in ldap search string
2 participants