keystone/keystone/identity/backends/ldap
Vishakha Agarwal c1e96d42d3 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 816b472a9d)
2018-10-02 14:14:00 +00:00
..
__init__.py Isolate common ldap code to the identity backend 2016-05-21 20:57:09 -07:00
common.py LDAP attribute names non-case-sensitive 2018-10-02 14:14:00 +00:00
core.py Remove LDAP delete logic and associated tests 2017-05-12 18:57:31 +00:00
models.py Isolate common ldap code to the identity backend 2016-05-21 20:57:09 -07:00