mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
ldap_search: make sure output is always UTF-8 (by allowing to Base64 encode specific values, and force-converting everything else) (#6475)
* Simplify code. * Make sure output is always UTF-8.
This commit is contained in:
4
changelogs/fragments/6473-ldap_search.yml
Normal file
4
changelogs/fragments/6473-ldap_search.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
breaking_changes:
|
||||
- "ldap_search - convert all string-like values to UTF-8 (https://github.com/ansible-collections/community.general/issues/5704, https://github.com/ansible-collections/community.general/pull/6473)."
|
||||
minor_changes:
|
||||
- "ldap_search - the new ``base64_attributes`` allows to specify which attribute values should be Base64 encoded (https://github.com/ansible-collections/community.general/pull/6473)."
|
||||
Reference in New Issue
Block a user