Comment 1 for bug 1798184

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: PY3: python3-ldap does not allow bytes for DN/RDN/field names

After fixing the first error locally I hit the following: https://paste.ubuntu.com/p/SrNMDnXZfc/

Seems that all use of the python3-ldap API will need to be considered here with dropping bytes usage for py3. It seems as though it may be limited to keystone/identity/backends/ldap/common.py but I'm not overly familiar with the code.