summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-04-05 10:00:56 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-04-05 10:00:56 +0000
commit720a8868ba50ce4fc61cf666c71750d7af933e42 (patch)
tree6edaee24dfcd5607a72ae79c0f6fef15cc4435bf
parent77031a884f5ab2536d0d7d24f89359a69403cc52 (diff)
downloadqpid-python-720a8868ba50ce4fc61cf666c71750d7af933e42.tar.gz
QPID-414 update to config.xml to give usage example.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@525788 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker/etc/config.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml
index 897460dcea..68f47381e1 100644
--- a/java/broker/etc/config.xml
+++ b/java/broker/etc/config.xml
@@ -63,13 +63,14 @@
</attributes>
</principal-database>
- <!--principal-database>
- <name>md5passwordfile</name>
- <class>org.apache.qpid.server.security.auth.database.MD5PasswordFilePrincipalDatabase</class>
+ <!-- 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>
<attributes>
<attribute>
<name>passwordFile</name>
- <value>${conf}/md5passwd</value>
+ <value>${conf}/qpid.passwd</value>
</attribute>
</attributes>
</principal-database-->