There's a product called ClearTrust, which is a LDAP
client, you can use LDAP to store your NT logins (I
know this is done by many large corps), and ClearTrust
will manage these logins and they have a plugin you
can install on your webserver, so once you login to
NT, and logon to the website, ClearTrust will be able
to store your login as a cookie and send back to your
browser.

I don't think in Java you can get NT login directly,
unless you have some ActiveX-Java bridge thing you can
use. So without that, I guess you have to use cookie.

Ming Fan

===========================
Java 2 Certified Programmer
===========================

--- Chowaniok Mirek
<[EMAIL PROTECTED]> wrote:
> Is there a way that JSP or a servlet could retrieve
> the user's logon ID
> from Windows logon?
> By doing this we could eliminate the logon screen
> but still capture the ID
> of the user.
> Has anyone done anything like that before?
> On our intranet site everywhere we move we need to
> supply the ID and a
> password for identification - and of course
> management doesn't want to use
> cookies for this.
>
> Thanks in advance
> MC
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to