summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/sasl_fed
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-04-18 19:00:00 +0000
committerCharles E. Rolke <chug@apache.org>2013-04-18 19:00:00 +0000
commit731766b7a6b4d88c1a4d49bd3a4c655f24914db4 (patch)
tree0a34fae6f29116c2f957948cf86c693e00898838 /qpid/cpp/src/tests/sasl_fed
parenteabc78640f9523be08732058581d726ef5f0e358 (diff)
downloadqpid-python-qpid-4631.tar.gz
QPID-4631: Lock down link creation using ACLqpid-4631
This commit makes link creation contingent on having an ACL file and then having an ACL rule approve the request. There is no longer a requirement for an explicit CREATE LINK rule; either 'allow all all' or 'deny all all' is sufficient. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-4631@1469525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl_fed')
-rwxr-xr-xqpid/cpp/src/tests/sasl_fed3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed b/qpid/cpp/src/tests/sasl_fed
index 6a6e4ec161..bd7b15f2d8 100755
--- a/qpid/cpp/src/tests/sasl_fed
+++ b/qpid/cpp/src/tests/sasl_fed
@@ -47,8 +47,7 @@ tmp_root=/tmp/sasl_fed_$my_random_number
mkdir -p $tmp_root
# create ACL file to allow links
-echo acl allow all create link > $tmp_root/sasl_fed.acl
-echo acl allow all all >> $tmp_root/sasl_fed.acl
+echo acl allow all all > $tmp_root/sasl_fed.acl
#--------------------------------------------------