summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-11-28 16:38:21 +0000
committerKeith Wall <kwall@apache.org>2011-11-28 16:38:21 +0000
commit2e072e012318bead7975e39e6fdaa9397119c74e (patch)
treef7392610ed48ea864499d1d6d680bf10ac929581 /java/broker
parent9246ab5ef3d2820054c667ded94ad0f84b2ad92d (diff)
downloadqpid-python-2e072e012318bead7975e39e6fdaa9397119c74e.tar.gz
QPID-3641: rename configuration element aclv2 => acl.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1207407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/etc/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml
index 389f380c31..25fda69f68 100644
--- a/java/broker/etc/config.xml
+++ b/java/broker/etc/config.xml
@@ -82,9 +82,9 @@
<!-- By default, all authenticated users have permissions to perform all actions -->
- <!-- ACL V2 Example
+ <!-- ACL Example
This example illustrates securing the both Management (JMX) and Messaging.
- <aclv2>${conf}/broker_example.acl</aclv2>
+ <acl>${conf}/broker_example.acl</acl>
-->
<msg-auth>false</msg-auth>