Re: How to find network user id of user in servlet

2010-02-02 Thread André Warnier
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, This will definitely help : http://www.ioplex.com/ Look for Jespa It is free up to a number of users, and very reasonably price

RE: How to find network user id of user in servlet

2010-02-02 Thread Hadole, Nishant IN BOM SISL
uary, 2010 12:20 PM To: Tomcat Users List Subject: Re: How to find network user id of user in servlet 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 nu

Re: How to find network user id of user in servlet

2010-02-02 Thread Mark Thomas
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 window