You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the ldap_attrs module with an attribute value containing a special character (e.g. ( or * etc.) will cause the module to fail with an Bad search filter ldap error.
This bug was introduced in #5385. The reason is, that the filterstr parameter passed to search_s is not escaped.
Issue Type
Bug Report
Component Name
ldap_attrs
Ansible Version
$ ansible --versionansible [core 2.13.5]
Community.general Version
$ ansible-galaxy collection list community.generalCollection Version----------------- -------community.general 5.8.0
Summary
using the
ldap_attrs
module with an attribute value containing a special character (e.g.(
or*
etc.) will cause the module to fail with anBad search filter
ldap error.This bug was introduced in #5385. The reason is, that the
filterstr
parameter passed tosearch_s
is not escaped.Issue Type
Bug Report
Component Name
ldap_attrs
Ansible Version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
Centos 7
Steps to Reproduce
Expected Results
I expect that the
ldap_attrs
configures the defined ldap attributes.Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: