Comment 14 for bug 1704205

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (stable/ocata)

Reviewed: https://review.openstack.org/490138
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=16d8f0d11f0ab9678b7e99f063fcce23d32c3c3b
Submitter: Jenkins
Branch: stable/ocata

commit 16d8f0d11f0ab9678b7e99f063fcce23d32c3c3b
Author: prashkre <email address hidden>
Date: Wed Jul 19 23:37:02 2017 +0530

    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
    (cherry picked from commit bb2b215b539b56c01e9a0c7acd9fd62ed1529ebc)