Comment 10 for bug 1753585

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

Reviewed: https://review.openstack.org/607056
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=15a8ae937d1aa2a288770e06c99c36ba28dae481
Submitter: Zuul
Branch: stable/rocky

commit 15a8ae937d1aa2a288770e06c99c36ba28dae481
Author: Vishakha Agarwal <email address hidden>
Date: Tue Sep 18 15:17:07 2018 +0530

    LDAP attribute names non-case-sensitive

    keystone was not able to find any users while
    the LDAP user name attribute was configured to
    "samaccountname", but could find users when
    reconfigured to use "sAMAccountName". LDAP is
    not supposed to be case-sensitive, so either
    should work.

    This patch addresses the above problem by making
    both the attributes into lower case. Also updated
    the ldap_result example supporting python3.

    Change-Id: I51813ac41489baed04f3cadbccd748e03025313e
    Closes-Bug: #1753585
    (cherry picked from commit 816b472a9d20e4e7cfe33f2f40ef5daae590795e)