From e1132d45340a4d1c91648cac856803428d2a60f4 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 6 Nov 2008 20:07:14 +0000 Subject: Removed the --enforce-acl option. Instead if a policy file is specified acl will be enabled. Also removed Route from the Object list and did a bit of code cleanup. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711957 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_acl_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/run_acl_tests b/cpp/src/tests/run_acl_tests index 11186961b8..0cf673228a 100755 --- a/cpp/src/tests/run_acl_tests +++ b/cpp/src/tests/run_acl_tests @@ -7,7 +7,7 @@ DATA_DIR=`pwd`/data_dir trap stop_brokers INT TERM QUIT start_brokers() { - ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIR --load-module ../.libs/acl.so --enforce-acl --auth no > qpidd.port + ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIR --load-module ../.libs/acl.so --acl-file policy.acl --auth no > qpidd.port LOCAL_PORT=`cat qpidd.port` } -- cgit v1.2.1