diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-11-06 20:07:14 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-11-06 20:07:14 +0000 |
| commit | e1132d45340a4d1c91648cac856803428d2a60f4 (patch) | |
| tree | 5109e258e838c67371d762fd73240f777efa2c50 /cpp/src/tests | |
| parent | ee4d8230649fa7ebb5a8688b7a5fdc7da519f1f7 (diff) | |
| download | qpid-python-e1132d45340a4d1c91648cac856803428d2a60f4.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/run_acl_tests | 2 |
1 files changed, 1 insertions, 1 deletions
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` } |
