diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-06-09 10:38:20 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-06-09 10:38:20 +0000 |
| commit | b83ba1c0bc269d2b9dddd73dfe8a90d4d3723e58 (patch) | |
| tree | 8d674ad91fbf4b4dff1a7610c76f63a1cc6a6259 /qpid/java/broker/etc | |
| parent | 46af35ba4c7867098a1c5e1cea9bd24275cbad40 (diff) | |
| download | qpid-python-b83ba1c0bc269d2b9dddd73dfe8a90d4d3723e58.tar.gz | |
QPID-3296: update RMIPasswordAuthenticator to authenticate users via AuthenticationManager instead of a PrincipalDatabase
Applied patch from Keith Wall <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1133781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
| -rw-r--r-- | qpid/java/broker/etc/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml index ec386ab669..c0f9b4df61 100644 --- a/qpid/java/broker/etc/config.xml +++ b/qpid/java/broker/etc/config.xml @@ -86,10 +86,6 @@ <allow-all /> <msg-auth>false</msg-auth> - - <jmx> - <principal-database>passwordfile</principal-database> - </jmx> </security> <virtualhosts>${conf}/virtualhosts.xml</virtualhosts> |
