Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 84977 invoked from network); 3 Feb 2010 06:50:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 06:50:54 -0000 Received: (qmail 72312 invoked by uid 500); 3 Feb 2010 06:50:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 72010 invoked by uid 500); 3 Feb 2010 06:50:49 -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 71920 invoked by uid 99); 3 Feb 2010 06:50:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 06:50:49 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.103.221.47] (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 06:50:40 +0000 Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.4]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20100203065019.ZNIG4204.mtaout01-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net> for ; Wed, 3 Feb 2010 06:50:19 +0000 Received: from [217.41.235.194] (helo=s2-laptop-2.local) by know-smtpout-4.server.virginmedia.net with esmtpa (Exim 4.63) (envelope-from ) id 1NcZ47-0006dj-4k for users@tomcat.apache.org; Wed, 03 Feb 2010 06:50:19 +0000 Message-ID: <4B691CAA.50307@apache.org> Date: Wed, 03 Feb 2010 06:50:18 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How to find network user id of user in servlet References: <878c6f8e1002022129m455d8061ve1b4aff770c46d7c@mail.gmail.com> In-Reply-To: <878c6f8e1002022129m455d8061ve1b4aff770c46d7c@mail.gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=ZtHxNT4mZm3rCuM0SmWmgWxeBwJsziC8EqOrwwVkrhA= c=1 sm=0 a=jd6HMs8MLo8A:10 a=gpTqSP78dihezKebfy8A:9 a=iEUCSVGTqXWeLA1GySYA:7 a=B_1bKNZwTZwWeWCg5jAYHHrjv0YA:4 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 On 03/02/2010 05:29, Ashish Kulkarni wrote: > Hi > How to find network user id who is logged into windows from servlet, there > is a method in request getRemoteUser(), but it is returning null, Tomcat doesn't support that directly. You need a 3rd party authentication mechanism that supports windows authentication. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org