LDAP identity driver does not support 'enabled'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Wishlist
|
Yuriy Taraday |
Bug Description
The current LDAP identity driver does not support the notion of 'enabled' for users/tenants and therefore when using LDAP as an identity backend, this functionality is not provided. There is some discussion of this issue in https:/
Here's a comment from keystone/
# NOTE(ayoung): The RFC based schemas don't have a way to indicate
# 'enabled' the closest is the nsAccount lock, which is on defined to
# be part of any objectclass.
# in the future, we need to provide a way for the end user to
# indicate the field to use and what it indicates
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in keystone: | |
assignee: | Anastasia Latynskaya (alatynskaya) → Yuriy Taraday (yorik-sar) |
Changed in keystone: | |
milestone: | none → grizzly-3 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-3 → 2013.1 |
THis is probably higher priority than wishlist. It may be that the enabled field is required for most people's LDAP enable. There was info added to the blueprint around 'enable' that wshows how tricky it will be to solve in the general case, though.