Reviewed: https://review.opendev.org/c/openstack/keystone/+/961413 Committed: https://opendev.org/openstack/keystone/commit/91db9d06cdbb550429a2e8937f9448614174bfbf Submitter: "Zuul (22348)" Branch: stable/2024.2
commit 91db9d06cdbb550429a2e8937f9448614174bfbf Author: Jorge Merlino <[email protected]> Date: Wed Jun 4 13:58:17 2025 -0300 Fix AD nested groups issues The implementation of AD nested groups searches works fine when listing the groups a user belongs to, but fails when listing all members of a group. This function of listing all members is also used to check if a user belongs to a group which also fails. This patch fixes the query for getting all users in a group. Closes-Bug: #2112477 Depends-on: https://review.opendev.org/c/openstack/devstack/+/962711 Depends-on: https://review.opendev.org/c/openstack/devstack/+/962704 Depends-on: https://review.opendev.org/c/openstack/keystone/+/962696 Change-Id: I9707e1a9bc4a334902933d6251888144f8c3bc19 Signed-off-by: Jorge Merlino <[email protected]> (cherry picked from commit f8338be43073f23f3db64fa4ba658c3e1f554aa7) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2112477 Title: Problems with AD nested groups To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/2112477/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
