RE: Usint getRemoteUser() method

2005-03-09 Thread Allistair Crossley
D] > Sent: 09 March 2005 17:02 > To: Allistair Crossley > Cc: Tomcat Users List; Amrish Bharatiya > Subject: Re: Usint getRemoteUser() method > > > On Wed, 9 Mar 2005 16:46:08 -, Allistair Crossley > <[EMAIL PROTECTED]> wrote: > > Or easier is to use IIS and

Re: Usint getRemoteUser() method

2005-03-09 Thread Jason Bainbridge
On Wed, 9 Mar 2005 16:46:08 -, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Or easier is to use IIS and then turn tomcatAuthentication off. Read my blog > at www.adcworks.com/blogs to see how to do this. IIS can pass your NTLM value > to Tomcat happily without jCIFs. I disagree, setting u

RE: Usint getRemoteUser() method

2005-03-09 Thread Allistair Crossley
005 16:39 > To: Tomcat Users List; Amrish Bharatiya > Subject: Re: Usint getRemoteUser() method > > > On Wed, 9 Mar 2005 22:04:17 +0530, Amrish Bharatiya > <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I am using Tomacat server. I want to authenticate a

Re: Usint getRemoteUser() method

2005-03-09 Thread Jason Bainbridge
On Wed, 9 Mar 2005 22:04:17 +0530, Amrish Bharatiya <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using Tomacat server. I want to authenticate a client making the > request to this server. I have deployed my server on an Intranet and > want to use Window's Domain Authentication. > > When i use re

Usint getRemoteUser() method

2005-03-09 Thread Amrish Bharatiya
Hi All, I am using Tomacat server. I want to authenticate a client making the request to this server. I have deployed my server on an Intranet and want to use Window's Domain Authentication. When i use request.getRemoteUser() method to get the user name it returns null. when i looked into its he