
From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. Change subject: aaa: Synchronize group names during user login ...................................................................... aaa: Synchronize group names during user login Previously when a user was logging in, we didn't update names of groups which user was member of (which caused inconsistencies if a group was renamed in LDAP). This patch changes the behaviour, so all names of groups that user is member of should be synchronized upon user login. Change-Id: Ib8f3c7cbb26ac0c44a615f141d6dd4dd336746b3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1434696 Signed-off-by: Ondra Machacek <omachace@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/CreateUserSessionCommand.java 1 file changed, 14 insertions(+), 11 deletions(-) Approvals: Ondra Machacek: Verified Martin Peřina: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/75576 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib8f3c7cbb26ac0c44a615f141d6dd4dd336746b3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>