keystone/releasenotes/notes/bug-1704205-bc0570feeb3ec5c4.yaml
prashkre bb2b215b53 Filter users and groups in ldap
All users and groups are required to have a name. Prior to this fix,
Keystone was not properly enforcing this for LDAP users and groups.
Keystone will now ignore users and groups that do not have a value for
the LDAP attribute which Keystone has been configured to use for that
entity's name.

Closes-Bug: #1704205

Change-Id: I424813785b7a355514ef42f1e4c6384b8a78b256
2017-08-01 01:18:40 +05:30

10 lines
402 B
YAML

---
fixes:
- |
[`bug 1704205 <https://bugs.launchpad.net/keystone/+bug/1704205>`_]
All users and groups are required to have a name. Prior to this fix,
Keystone was not properly enforcing this for LDAP users and groups.
Keystone will now ignore users and groups that do not have a value for
the LDAP attribute which Keystone has been configured to use for that
entity's name.