Comment 9 for bug 1798184

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ldappool (stable/queens)

Reviewed: https://review.openstack.org/613615
Committed: https://git.openstack.org/cgit/openstack/ldappool/commit/?id=7a071a7ca3303160bf79654de8c85f6502f47ef9
Submitter: Zuul
Branch: stable/queens

commit 7a071a7ca3303160bf79654de8c85f6502f47ef9
Author: Corey Bryant <email address hidden>
Date: Wed Oct 17 13:18:35 2018 -0400

    PY3: switch to using unicode text values

    In Python 3, python-ldap no longer allows bytes for DN/RDN/field
    names. Instead, text values are represented as str, the Unicode
    text type.

    This patch updates the code to adhere to this behavior.

    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: I9ef10432229aaffe4ac9bd733d608098cdae3b9a
    Partial-Bug: #1798184