Change in ovirt-engine[master]: aaa: Assign unique id to each logged in user

Martin Peřina has submitted this change and it was merged. Change subject: aaa: Assign unique id to each logged in user ...................................................................... aaa: Assign unique id to each logged in user On user login if the user is not found in the database a default user id was assigned to the all users (all zeros). Now when two users logged in to the system they got the union of permissions for each user. This can be resolved by assigning a unique id to each logged in user if the user is not found in the database Change-Id: Ie79a1d0b9b5da4fa338e166510b678212e8e137f Bug-Url: https://bugzilla.redhat.com/1380780 Signed-off-by: Ravi Nori <rnori@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/CreateUserSessionCommand.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Martin Peřina: Looks good to me, approved Ravi Nori: Verified Jenkins CI: Passed CI tests Oved Ourfali: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/65405 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie79a1d0b9b5da4fa338e166510b678212e8e137f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
mperina@redhat.com