On Tue, Sep 23, 2003 at 17:29:03 +1200, Peter Harrison wrote: > I was wondering it anyone knows how to do NT based one login authentication > with web applications. I was hoping there is some way a client can be > authenticated based on their system login. > > Obviously there would have to be a common authentication service like LDAP or > Active Directory involved. Is there some kind of Applet or ActiveX component > which can be used to transmit something back to the server to authenticate? >
Check out http://jcifs.samba.org. You can use this as a servlet filter to do NTLM login, against a windows domain controller. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]