|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
reply
Posted by Renan on February 19, 2002 at 2:25 PM
I don�t know if i can help. when a user login in windows, then he is autheticated. So, you can get the login. System.out.println("Login" + "= " + System.getProperty(user.name)); I hope that help you. thanks If you have got any solution for fetching the Windows NT user login and password, please shre it with me. > Thanks in advance, > -Pradeep > > I am designing a web application to be run on my company's intranet. The application requires to have its own login screen > > that will accept a user's Windows NT server 4.0 login and password. These items should then be verified against the actual > > login information stored on NT. Is there any applet/servlet/bean code out there to do this verification? Any help would be > > great. Thanks.
Replies:
|