From 87d7a6e06b75851d07884fcbc828cf3e8e486078 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 26 Feb 2008 16:57:29 +0000 Subject: QPID-107 : Fixed the left over old AccessManager/PrincipalDatabase references. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631296 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/etc/persistent_config.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'java') diff --git a/java/broker/etc/persistent_config.xml b/java/broker/etc/persistent_config.xml index 5e929c153d..0c9552fd27 100644 --- a/java/broker/etc/persistent_config.xml +++ b/java/broker/etc/persistent_config.xml @@ -51,11 +51,11 @@ passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase + org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase passwordFile - ${conf}/passwdVhost + ${conf}/passwd @@ -78,22 +78,6 @@ org.apache.qpid.server.store.berkeleydb.BDBMessageStore ${work}/bdbstore/localhost-store - - - - org.apache.qpid.server.security.old.PrincipalDatabaseAccessManager - - - principalDatabase - passwordfile - - - defaultAccessManager - DenyAll - - - - -- cgit v1.2.1