summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/broker/etc/acl.config.xml4
1 files 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 @@
<!-- Example use of Base64 encoded MD5 hashes for authentication via CRAM-MD5-Hashed -->
<principal-database>
<name>passwordfile</name>
- <class>org.apache.qpid.server.security.auth.database.Base64MD5PasswordFilePrincipalDatabase</class>
+ <class>org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase</class>
<attributes>
<attribute>
<name>passwordFile</name>
- <value>${conf}/qpid.passwd</value>
+ <value>${conf}/passwd</value>
</attribute>
</attributes>
</principal-database>