Reviewed: https://review.openstack.org/327358 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=907ee2d15ede024e2b32472fdfb163edc413bbd8 Submitter: Jenkins Branch: master
commit 907ee2d15ede024e2b32472fdfb163edc413bbd8 Author: Matthew Edmonds <[email protected]> Date: Wed Jun 8 17:46:15 2016 -0400 fix ldap delete_user group member cleanup When an LDAP user is deleted, keystone was removing it from groups that matched the group_filter conf setting, but not from other groups. This change fixes it to remove the user from all groups. Closes-Bug: #1590584 Change-Id: Icca09d2782b4adf9519a24d1713adcb8b3e2a27c ** 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/1590584 Title: ldap delete_user fails to cleanup all group membership Status in OpenStack Identity (keystone): Fix Released Bug description: When an LDAP user is deleted, keystone removes it from groups that match the group_filter conf setting, but fails to remove it from any other groups. It should remove it from all groups. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1590584/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

