mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07: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:
parent
57cfd1b46d
commit
be1a905f6f
2 changed files with 55 additions and 7 deletions
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)."
|
Loading…
Add table
Add a link
Reference in a new issue