From 63a94540a53e5ced3627ac18c3a3922b5809676d Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Tue, 15 Jul 2008 09:41:45 +0000
Subject: [PATCH] [LMS-486] change: - Revert change r.7224: do not switch on
 the authorization module in development mode.

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

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 703971550bc..0571248a6ef 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -1,4 +1,6 @@
 authentication-service = dummy-authentication-service
+# Authorization
+access-controller = no-access-controller
 
 database.engine = postgresql
 database.create-from-scratch = true
-- 
GitLab