summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-01-04 20:23:26 +0000
committerRafael H. Schloming <rhs@apache.org>2007-01-04 20:23:26 +0000
commit9e2317c5a3cb85de6aa1e5884f1da7b567f597a4 (patch)
tree2fddc15378a9cc76bbf50deffc16bef9d3fae2ca /qpid/java/broker/etc
parentbbfb8247eaa97d0623c2986e5a9a6014a3f19a67 (diff)
downloadqpid-python-9e2317c5a3cb85de6aa1e5884f1da7b567f597a4.tar.gz
QPID-248 Modified field table types to not conflict with the officially specified definitions. Also reorganized type definitions to clearly distinguish between official and extended types and reenabled the AmqPlain authentication mechanism. This change allows the python interop test suite to run.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@492718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
-rw-r--r--qpid/java/broker/etc/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml
index 7f3eb129d5..61e0e55138 100644
--- a/qpid/java/broker/etc/config.xml
+++ b/qpid/java/broker/etc/config.xml
@@ -69,7 +69,7 @@
<class>org.apache.qpid.server.security.auth.amqplain.AmqPlainInitialiser</class>
<principal-database>passwordfile</principal-database>
</initialiser>
- </mechanism>-->
+ </mechanism>
<mechanism>
<initialiser>
<class>org.apache.qpid.server.security.auth.plain.PlainInitialiser</class>