You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Amrish Bharatiya <ba...@gmail.com> on 2005/03/09 17:34:17 UTC

Usint getRemoteUser() method

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 help, it says that this method
returns null if the user is not authenticated. How can i authenticate
this user?

-- 
Thanks in Advance,
Amrish

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Usint getRemoteUser() method

Posted by Jason Bainbridge <jb...@gmail.com>.
On Wed, 9 Mar 2005 22:04:17 +0530, Amrish Bharatiya <ba...@gmail.com> 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 request.getRemoteUser() method to get the user name it
> returns null. when i looked into its help, it says that this method
> returns null if the user is not authenticated. How can i authenticate
> this user?

http://jcifs.samba.org

Regards,
-- 
Jason Bainbridge
http://kde.org - webmaster@kde.org
Personal Site - http://jasonbainbridge.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org