mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
ldap_attrs: escape ldap search filter (#5435)
* escape ldap search filter * move escape to separate line * add changelog fragment * Update changelogs/fragments/5435-escape-ldap-param.yml Co-authored-by: Felix Fontein <felix@fontein.de> * fix encoding * fixup! fix encoding Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
GitHub
parent
c181f2dd08
commit
1a97ca1a6f
2
changelogs/fragments/5435-escape-ldap-param.yml
Normal file
2
changelogs/fragments/5435-escape-ldap-param.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ldap_attrs - fix bug which caused a ``Bad search filter`` error. The error was occuring when the ldap attribute value contained special characters such as ``(`` or ``*`` (https://github.com/ansible-collections/community.general/issues/5434, https://github.com/ansible-collections/community.general/pull/5435).
|
||||
Reference in New Issue
Block a user