LDAP user name attribute is case sensitive
Bug #1753585 reported by
Matthew Edmonds
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Vishakha Agarwal |
Bug Description
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 appears to be a result of https:/
found in: Pike
Changed in keystone: | |
assignee: | nobody → Vishakha Agarwal (vishakha.agarwal) |
Changed in keystone: | |
assignee: | Vishakha Agarwal (vishakha.agarwal) → Adam Young (ayoung) |
Changed in keystone: | |
assignee: | Adam Young (ayoung) → Colleen Murphy (krinkle) |
Changed in keystone: | |
assignee: | Colleen Murphy (krinkle) → Vishakha Agarwal (vishakha.agarwal) |
Changed in keystone: | |
milestone: | none → stein-1 |
To post a comment you must log in.
The workaround here is to reconfigure the username attribute configuration option in keystone to be an exact match of what is in LDAP, correct?