keystone/keystone/identity/id_generators
Keigo Noha f4819fe36f Support bytes type in generate_public_ID()
python-ldap3.0 or later running on python3 uses str or bytes
data type according to what fields are returned.
local_id may be a bytes data type.
To handle it properly, mapping[key] needs to be examined for
identifying its data type and what python version is used.

Closes-Bug: #1901654
Change-Id: Iac097235fd31e166028c169d14ec0937c663c21c
(cherry picked from commit f7df9fba82)
(cherry picked from commit 5b860e0b3b)
2021-03-01 08:41:08 +00:00
..
__init__.py Add identity mapping capability 2014-07-02 11:29:07 +01:00
sha256.py Support bytes type in generate_public_ID() 2021-03-01 08:41:08 +00:00