summaryrefslogtreecommitdiff
path: root/java/broker/etc/persistent_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/etc/persistent_config.xml')
-rw-r--r--java/broker/etc/persistent_config.xml23
1 files changed, 3 insertions, 20 deletions
diff --git a/java/broker/etc/persistent_config.xml b/java/broker/etc/persistent_config.xml
index 178a73515c..2143009711 100644
--- a/java/broker/etc/persistent_config.xml
+++ b/java/broker/etc/persistent_config.xml
@@ -28,7 +28,6 @@
<work>${QPID_WORK}</work>
<conf>${prefix}/etc</conf>
<connector>
- <qpidnio>true</qpidnio>
<transport>nio</transport>
<port>5672</port>
<sslport>8672</sslport>
@@ -51,18 +50,18 @@
<principal-databases>
<principal-database>
<name>passwordfile</name>
- <class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
+ <class>org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase</class>
<attributes>
<attribute>
<name>passwordFile</name>
- <value>${conf}/passwdVhost</value>
+ <value>${conf}/passwd</value>
</attribute>
</attributes>
</principal-database>
</principal-databases>
<access>
- <class>org.apache.qpid.server.security.access.AllowAll</class>
+ <class>org.apache.qpid.server.security.access.plugins.AllowAll</class>
</access>
<jmx>
<access>${conf}/jmxremote.access</access>
@@ -78,22 +77,6 @@
<class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class>
<environment-path>${work}/bdbstore/localhost-store</environment-path>
</store>
-
- <security>
- <access>
- <class>org.apache.qpid.server.security.access.PrincipalDatabaseAccessManager</class>
- <attributes>
- <attribute>
- <name>principalDatabase</name>
- <value>passwordfile</value>
- </attribute>
- <attribute>
- <name>defaultAccessManager</name>
- <value>DenyAll</value>
- </attribute>
- </attributes>
- </access>
- </security>
</localhost>
</virtualhost>