mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
[PR #7264/fc530cd3 backport][stable-7] ldap_search: make sure to also handle binary strings in Python 3 (#7268)
ldap_search: make sure to also handle binary strings in Python 3 (#7264)
Make sure to also handle binary strings in Python 3.
(cherry picked from commit fc530cd3f5
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
417db583e7
commit
f6722c142d
2 changed files with 4 additions and 2 deletions
2
changelogs/fragments/7264-ldap_search-strings.yml
Normal file
2
changelogs/fragments/7264-ldap_search-strings.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "ldap_search - fix string normalization and the ``base64_attributes`` option on Python 3 (https://github.com/ansible-collections/community.general/issues/5704, https://github.com/ansible-collections/community.general/pull/7264)."
|
Loading…
Add table
Add a link
Reference in a new issue