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

Allow complex expressions in external authentication LDAP search filters #171

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

clevesque
Copy link
Contributor

Add option for complex LDAP search filters. Older implementation assumed all ldap filters end with "={0}". This newer implementation allows the user to craft any legal filter expression, including complex compound expressions, like ((&(member={0})(objectclass=posixgroup)(!(cn=admin))). This example would handle the IPA group search filter for ECS 1.5.x

…ters

Add option for complex LDAP search filters. Older implementation assumed all ldap filters end with "={0}". This newer implementation allows the user to craft any legal filter expression, including complex compound expressions, like ((&(member={0})(objectclass=posixgroup)(!(cn=admin))). This example would handle the IPA group search filter for ECS 1.5.x

Signed-off-by: Chuck Levesque <clevesque@cloudera.com>
@wmudge wmudge requested a review from a team December 18, 2023 15:27
@wmudge wmudge added the enhancement New feature or request label Dec 18, 2023
@wmudge wmudge added this to the Release 4.3.0 milestone Dec 18, 2023
@wmudge wmudge added bug Something isn't working and removed enhancement New feature or request labels Dec 18, 2023
@wmudge wmudge merged commit edd04ed into cloudera-labs:devel Dec 18, 2023
3 checks passed
@clevesque clevesque deleted the feature/ldap-enhance branch December 22, 2023 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working validated
Development

Successfully merging this pull request may close these issues.

2 participants