Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 21240 invoked from network); 4 Aug 2009 12:27:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 12:27:28 -0000 Received: (qmail 31559 invoked by uid 500); 4 Aug 2009 12:27:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 31489 invoked by uid 500); 4 Aug 2009 12:27:28 -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 31375 invoked by uid 99); 4 Aug 2009 12:27:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 12:27:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Geofrey.Rainey@tvnz.co.nz designates 202.36.33.204 as permitted sender) Received: from [202.36.33.204] (HELO mail01.tvnz.co.nz) (202.36.33.204) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 12:27:17 +0000 Received: from zeus.tvnz.co.nz (HELO AKVXCH01.tvnzad.tvnz.co.nz) ([202.36.33.100]) by mail01.tvnz.co.nz with ESMTP; 05 Aug 2009 00:25:55 +1200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: JNDI Authentication Date: Wed, 5 Aug 2009 00:25:54 +1200 Message-ID: In-Reply-To: <4A782179.4030808@apache.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JNDI Authentication Thread-Index: AcoU+melsw0PVYV7Qzy69P1HeLmyLgAAaC0g References: <4A782179.4030808@apache.org> From: "Geofrey Rainey" To: "Tomcat Users List" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Im sorry, I don't understand your response. I'm writing a Login Module to auth against an active directory server and know the authentication type is specified by: Context.SECURITY_AUTHENTICATION (Which can be something like "simple", for clear text, or SASL, etc) Presumably the JNDIRealm sets this variable and I'm wondering what it is. In the Tomcat source code, I can see the following (JNDIRealm.java), but don't know what the "authentication" is defined as? if (authentication !=3D null) env.put(Context.SECURITY_AUTHENTICATION, authentication); -----Original Message----- From: Tim Funk [mailto:funkman@apache.org]=20 Sent: Tuesday, 4 August 2009 11:55 p.m. To: Tomcat Users List Subject: Re: JNDI Authentication JNDIRealm is based on communicating to an LDAP server. (Which is one way AD can communicate) -Tim Geofrey Rainey wrote: > Does anyone know what type of authentication Tomcat uses by default to > authenticate to an AD server using the JNDIRealm? >=20 > =20 >=20 > (I haven't specified any particular authentication type on either the > server (AD), or the client (Tomcat 6.0), it's working fine but I'm > wondering >=20 > If it's using SASL). > =20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D For more information on the Television New Zealand Group, visit us online at tvnz.co.nz=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D CAUTION: This e-mail and any attachment(s) contain information that is intended to be read only by the named recipient(s). This information is not to be used or stored by any other person and/or organisation. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org