Windows logged in User

From: K. V. Babu (kvbabu_at_rediffmail.com)
Date: 08/24/04


Date: Tue, 24 Aug 2004 07:35:32 -0700

Hi,

I am developing a web site for intranet users.
Users are stored in Active Directory server and use their
userid/password for authenticating to a desktop.

Whenever user accesses a page, the page should
automatically capture the userid (used to log in to
desktop) from the client and pass it to the server.

I think, in asp there is a call 'request.getServerVariables
('LOGON_USER').
My web site consists of jsps.

Can you suggest some way to achieve this activity.

Thanks in advance,
-Babu.