mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Allow for DN's to have {x} prefix on first RDN (#5450)
* Allow for DN's to have {x} prefix on first RDN * Update changelogs/fragments/5450-allow-for-xordered-dns.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Assign attrs to throw-away var * Update plugins/module_utils/ldap.py Co-authored-by: Felix Fontein <felix@fontein.de> * Escape DN before creating filter Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8dc82b1890
commit
ee39fd5c90
2 changed files with 25 additions and 1 deletions
2
changelogs/fragments/5450-allow-for-xordered-dns.yaml
Normal file
2
changelogs/fragments/5450-allow-for-xordered-dns.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ldap_attrs - allow for DNs to have ``{x}`` prefix on first RDN (https://github.com/ansible-collections/community.general/issues/977, https://github.com/ansible-collections/community.general/pull/5450).
|
Loading…
Add table
Add a link
Reference in a new issue