Yair Zaslavsky has uploaded a new change for review. Change subject: aaa: Fixing adding group ......................................................................
aaa: Fixing adding group Change-Id: I4c72f913e2588e83b9970315de2c5f18184510bc Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1108667 Topic: AAA Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com> --- M backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/SearchQueryParsingUtils.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/28667/1 diff --git a/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/SearchQueryParsingUtils.java b/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/SearchQueryParsingUtils.java index 67d9210..ecb6e69 100644 --- a/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/SearchQueryParsingUtils.java +++ b/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/SearchQueryParsingUtils.java @@ -36,6 +36,7 @@ attributesToKeys.put("$DEPARTMENT", Authz.PrincipalRecord.DEPARTMENT); attributesToKeys.put("$TITLE", Authz.PrincipalRecord.TITLE); attributesToKeys.put("cn", Authz.GroupRecord.NAME); + attributesToKeys.put("$CN", Authz.GroupRecord.NAME); attributesToKeys.put("$PRINCIPAL_NAME", Authz.PrincipalRecord.NAME); } -- To view, visit http://gerrit.ovirt.org/28667 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c72f913e2588e83b9970315de2c5f18184510bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches