Oved Ourfali has submitted this change and it was merged.
Change subject: core: populate groups when getting users by ids
......................................................................
core: populate groups when getting users by ids
This patch uses group population when getting users by ids. That's needed in order
to get a clear knowledge of the groups (both direct and parent) that a user belongs to.
Also, it makes sure to set proper name and id for these parent groups, in case they
don't exist in the DB.
Change-Id: Ief6d9295382fa2b5485e3098589cc20bf9ff61be
Bug-Url:
http://bugzilla.redhat.com/1069562
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalDirectory.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapBrokerUtils.java
2 files changed, 4 insertions(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Looks good to me, approved
Oved Ourfali: Verified
--
To view, visit
http://gerrit.ovirt.org/26350
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ief6d9295382fa2b5485e3098589cc20bf9ff61be
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server