Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34108 invoked from network); 16 Nov 2007 18:20:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 18:20:47 -0000 Received: (qmail 62239 invoked by uid 500); 16 Nov 2007 18:20:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62217 invoked by uid 500); 16 Nov 2007 18:20:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 62206 invoked by uid 99); 16 Nov 2007 18:20:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 10:20:21 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 18:20:09 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Fri, 16 Nov 2007 12:20:36 -0600 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 16 Nov 2007 12:19:57 -0600 Received: from usea-exch5.na.uis.unisys.com ([129.224.72.48]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 16 Nov 2007 12:19:56 -0600 Received: from USEA-EXCH2.na.uis.unisys.com ([129.224.72.37]) by usea-exch5.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 16 Nov 2007 12:19:56 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Different Realms with Differents Authentications Mecanisms Date: Fri, 16 Nov 2007 12:19:56 -0600 Message-ID: <2828B04F0113CD468E6D1D51DF4362A404005B66@USEA-EXCH2.na.uis.unisys.com> In-Reply-To: <000001c82844$72d70340$588509c0$@uminho.pt> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Different Realms with Differents Authentications Mecanisms Thread-Index: AcgoQ77qsVgkBKefTRGLpuRJxPNm1gAOTn1g References: <000001c82844$72d70340$588509c0$@uminho.pt> From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 16 Nov 2007 18:19:56.0433 (UTC) FILETIME=[4A66C010:01C8287D] X-Virus-Checked: Checked by ClamAV on apache.org > From: B=E1rbara Vieira [mailto:barbarasv@di.uminho.pt]=20 > Subject: Different Realms with Differents Authentications Mecanisms >=20 > Can I configure different Reamls to use on differents authentications > mechanisms in the same application?=20 I don't think so, at least not without modifying Tomcat source. = However, you could use the JAAS Realm, and supply two login modules, one = for each mechanism. JAAS allows you to configure such an environment as = "all pass" or "any pass", and you'd want the latter. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY = MATERIAL and is thus for use only by the intended recipient. If you = received this in error, please contact the sender and delete the e-mail = and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org