From 1bf9170c1b9e6b220f15235f04eb94bde3cef8e5 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Fri, 25 Jul 2008 13:28:01 +0000
Subject: [PATCH] change: - Lets try the authorization framework on the
 Integration Tests.

SVN: 7520
---
 integration-tests/templates/openBIS-server/service.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 87f7c3373ea..8ddfffd98e1 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -1,7 +1,7 @@
 authentication-service = dummy-authentication-service
 # Authorization
 # Supported: 'no-authorization' and 'active-authorization'
-authorization-component-factory = no-authorization
+authorization-component-factory = active-authorization
 
 database.engine = postgresql
 database.create-from-scratch = true
-- 
GitLab