From 14750bc585354ee3f5b34cee0a00bf302746cd9e Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Wed, 16 Jul 2008 08:59:20 +0000
Subject: [PATCH] change: - Property name changed from 'access-controller' to
 'authorization-access-controller'. remove: - Axis stuff.

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

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 0571248a6ef..4fc2ec3ccc8 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -1,6 +1,6 @@
 authentication-service = dummy-authentication-service
 # Authorization
-access-controller = no-access-controller
+authorization-access-controller = no-access-controller
 
 database.engine = postgresql
 database.create-from-scratch = true
@@ -16,7 +16,6 @@ crowd.application.password = xxx
 script-folder = .
 
 dao-factory = postgresql-dao-factory
-access-controller = etlchecking-access-controller
 
 database.owner =
 database.owner-password =
-- 
GitLab