if you are using iis in front of your servlet engine you can require ntlm authentication. then you can probably use getRemoteUser().
dave > > Thanks for the reply! But it will not give the NT User information. It > > returns null. > > > > -Manju > > > > -----Original Message----- > > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 29, 2003 4:40 PM > > To: Struts Users Mailing List > > Subject: RE: Help!! Getting NT User > > > > > > HttpServletRequest.getRemoteUser() (I think) > > > > robert > > > > > Hello, > > > Is there any easy way to get client's NT User from JSP/Servlet > > > without using JAAS? My requirement: Once the user access > > the application > > > URL, I want to get the use profile based on NT User > > name(Assuming that the > > > user already authenticated by the NT domain). -- Dave Weis "I believe there are more instances of the abridgment [EMAIL PROTECTED] of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

