keystone/keystone/identity/id_generators
Keigo Noha f7df9fba82 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
2021-01-11 07:52:58 -05: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-01-11 07:52:58 -05:00