← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1588927] Re: /v3/groups?name=<name> bypasses group_filter for LDAP

 

Reviewed:  https://review.openstack.org/325939
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1c0e59dc9c0cd8bb4fd54f26d01986a53bcd148c
Submitter: Jenkins
Branch:    master

commit 1c0e59dc9c0cd8bb4fd54f26d01986a53bcd148c
Author: Matthew Edmonds <edmondsw@xxxxxxxxxx>
Date:   Fri Jun 3 14:54:54 2016 -0400

    Honor ldap_filter on filtered group list
    
    Fix GET /v3/groups?name=<name> to honor conf.ldap.group_filter.
    
    The case where groups are listed for a specific user was already
    honoring the filter, but the case where all groups are listed was not.
    Moved the check into the get_all_filtered method that is shared by both
    cases so that it is not duplicated.
    
    Change-Id: I4a11394de2e6414ba936e01bcf2fcc523bab8ba5
    Closes-Bug: #1588927


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1588927

Title:
  /v3/groups?name=<name> bypasses group_filter for LDAP

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  The same problem reported and fixed for users as
  https://bugs.launchpad.net/keystone/+bug/1577804 also exists for
  groups.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1588927/+subscriptions


References