keystone/releasenotes/notes/bug-1753585-7e11213743754999.yaml
Vishakha Agarwal 816b472a9d 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
2018-10-01 17:35:27 +02:00

6 lines
189 B
YAML

---
fixes:
- |
['bug 1753585 <https://bugs.launchpad.net/keystone/+bug/1753585>'_]
LDAP attribute names are now matched case insensitively to comply with
LDAP implementations.