1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/net_tools/ldap
Abhijeet Kasurde e3a073fdb9
ldap_attr: Use byte values instead of str (#41248)
The LDAP values may be of any kind (pictures, bytes, etc.) thus, ldap module enforce a "bytes" type.
We should pass properly encoded values instead of str

Fixes: #39569

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-06-08 07:34:49 +05:30
..
__init__.py Split modules/network into two parts (#24024) 2017-04-27 16:42:41 +01:00
ldap_attr.py ldap_attr: Use byte values instead of str (#41248) 2018-06-08 07:34:49 +05:30
ldap_entry.py LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
ldap_passwd.py LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30