Ravi Nori has uploaded a new change for review. Change subject: restapi : the format of profile\user is not supported by REST-API ......................................................................
restapi : the format of profile\user is not supported by REST-API the format of domain\user is not supported by restapi Change-Id: I9c8907d4dc612d67bb881af5a579eb8f16ce238a Bug-Url: https://bugzilla.redhat.com/1123545 Signed-off-by: Ravi Nori <[email protected]> --- M backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/30812/1 diff --git a/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml b/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml index 8801a4d..af3194c 100644 --- a/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml +++ b/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml @@ -59,7 +59,7 @@ <filter-class>org.ovirt.engine.core.aaa.filters.BasicAuthenticationFilter</filter-class> <init-param> <param-name>user-name-format</param-name> - <param-value>UPN</param-value> + <param-value>RESTAPI_SPECIFIC</param-value> </init-param> </filter> <filter-mapping> -- To view, visit http://gerrit.ovirt.org/30812 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9c8907d4dc612d67bb881af5a579eb8f16ce238a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
