Ravi Nori has posted comments on this change. Change subject: engine : Retrieve user groups from directory server ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/36083/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/UserGroupUtil.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/UserGroupUtil.java: Line 30: Set<String> groupNames = new TreeSet<>(); Line 31: for (AuthzGroup group : (Collection<AuthzGroup>) retVal.getReturnValue()) { Line 32: groupNames.add(group.getName()); Line 33: } Line 34: dbUser.setGroupNames(groupNames); > no group id within restapi? Rest api does not list group ids Line 35: } Line 36: } Line 37: return dbUser; Line 38: } -- To view, visit http://gerrit.ovirt.org/36083 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0ec0af970f07dbbee943f2879a93ca61b1bccf94 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
