diff options
| author | Keith Wall <kwall@apache.org> | 2011-11-28 16:38:21 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-11-28 16:38:21 +0000 |
| commit | 2e072e012318bead7975e39e6fdaa9397119c74e (patch) | |
| tree | f7392610ed48ea864499d1d6d680bf10ac929581 /java/broker | |
| parent | 9246ab5ef3d2820054c667ded94ad0f84b2ad92d (diff) | |
| download | qpid-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.xml | 4 |
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> |
