From 5667171be15385dacd50b7c84021216c81aedce9 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 21 Mar 2008 15:53:53 +0000 Subject: QPID-868 : The acl.config.xml was using Base64MD5 PF which cannot be used inVM as the SASL manager complains about the registration of the client and broker moudules. They appear to overwrite each other. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639684 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/etc/acl.config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/broker/etc/acl.config.xml b/java/broker/etc/acl.config.xml index d7bc9fcf25..0de01bf8bb 100644 --- a/java/broker/etc/acl.config.xml +++ b/java/broker/etc/acl.config.xml @@ -60,11 +60,11 @@ passwordfile - org.apache.qpid.server.security.auth.database.Base64MD5PasswordFilePrincipalDatabase + org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase passwordFile - ${conf}/qpid.passwd + ${conf}/passwd -- cgit v1.2.1