-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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_attrs: search_s based _is_value_present #5385
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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 for your contribution! Please add a changelog fragment. Thanks.
I wonder why the tests fail on importing ldap in ldap_attrs.py? What can be done? |
Before merging: I see that ldap_entry.py only catches |
changelogs/fragments/5385-search_s-based-_is_value_present.yaml
Outdated
Show resolved
Hide resolved
CI is happy and there's nothing I want to change. How to proceed from here? |
@mrvanes basically this is waiting for a review by the module maintainers. |
SUMMARY
Fixes #977
ISSUE TYPE
COMPONENT NAME
community.general.ldap_attrs
ADDITIONAL INFORMATION
Instead of comparing the dn's attribute values using compare_s, I suggest using search_s plus filter, because search is X-ORDERED agnostic.