keystone/keystone/identity
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
..
backends Fix python3 compatibility on LDAP search DN from id 2019-08-01 13:02:37 +00:00
id_generators Replace six iteration methods with standard ones 2016-09-08 18:56:31 +08:00
mapping_backends Filter by entity_type in get_domain_mapping_list 2018-06-20 21:18:42 +03:00
shadow_backends Delete shadow users when domain is deleted 2019-03-30 14:27:57 +00:00
__init__.py Convert /v3/users to flask native dispatching 2018-10-11 15:27:45 -07:00
core.py Delete shadow users when domain is deleted 2019-03-30 14:27:57 +00:00
generator.py Remove Dependency Injection 2017-12-13 10:59:39 -08:00
schema.py Move to password validation schema 2018-11-27 14:57:44 -06:00