keystone/keystone/identity/backends/ldap
Raildo Mascena 6e8be2a0d6 Fix python3 compatibility on LDAP search DN from id
In Python 3, python-ldap no longer allows bytes for some fields (DNs,
RDNs, attribute names, queries). Instead, text values are represented
as str, the Unicode text type.

[1] 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: I63e3715032cd8edb11fbff7651f5ba1af506dc9d
Related-Bug: #1798184
(cherry picked from commit 03531a5691)
2019-08-01 13:02:37 +00:00
..
__init__.py Isolate common ldap code to the identity backend 2016-05-21 20:57:09 -07:00
common.py Fix python3 compatibility on LDAP search DN from id 2019-08-01 13:02:37 +00:00
core.py Fixing dn_to_id function for cases were id is not in the DN 2019-07-23 20:05:31 +00:00
models.py Isolate common ldap code to the identity backend 2016-05-21 20:57:09 -07:00