ldappool/ldappool
Corey Bryant 7734b7f45d PY3: switch to using unicode text values
In Python 3, python-ldap no longer allows bytes for DN/RDN/field
names. Instead, text values are represented as str, the Unicode
text type.

This patch updates the code to adhere to this behavior.

More details about byte/str usage in python-ldap can be found at:
http://www.python-ldap.org/en/latest/bytes_mode.html#bytes-mode

Change-Id: I9ef10432229aaffe4ac9bd733d608098cdae3b9a
Partial-Bug: #1798184
2018-10-19 09:53:41 -04:00
..
tests fix ldappool bad password retry logic 2018-08-13 17:26:13 -07:00
__init__.py PY3: switch to using unicode text values 2018-10-19 09:53:41 -04:00