Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 59739 invoked from network); 17 May 2010 14:04:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 14:04:30 -0000 Received: (qmail 35734 invoked by uid 500); 17 May 2010 14:04:30 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 35712 invoked by uid 500); 17 May 2010 14:04:30 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 35704 invoked by uid 99); 17 May 2010 14:04:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 14:04:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 14:04:28 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4HE463s008915 for ; Mon, 17 May 2010 14:04:06 GMT Message-ID: <7229183.601274105046247.JavaMail.jira@thor> Date: Mon, 17 May 2010 10:04:06 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-2456) New Authentication plugin : JaasDualAuthentcationPlugin/Broker In-Reply-To: <216646913.1255701592936.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac reassigned AMQ-2456: ---------------------------------- Assignee: Dejan Bosanac > New Authentication plugin : JaasDualAuthentcationPlugin/Broker > -------------------------------------------------------------- > > Key: AMQ-2456 > URL: https://issues.apache.org/activemq/browse/AMQ-2456 > Project: ActiveMQ > Issue Type: New Feature > Affects Versions: 5.3.0 > Reporter: James Casey > Assignee: Dejan Bosanac > Priority: Minor > Attachments: dualauthbroker.patch > > > Find attached a new authentication plugin which uses different JAAS authentication domains depending if the connection is SSL enabled or not. > This allows for clean separation of authentication polices depending on connection type - e.g. always authentication via the DN if SSL and authenticate using username/password (or login all anonymous users as guests) if using a non-SSL connection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.