Provided at the following link is a login module for JAAS (Java Authentication and Authorization Service) that will authenticate a username and password against any Windows Domain.
http://free.tagish.net/jaas/index.jsp <http://free.tagish.net/jaas/index.jsp> You may be able to use this code without using the JAAS framework. Thanks, Kip > -----Original Message----- > From: Kleinhenz Thorsten [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] > Sent: Tuesday, December 03, 2002 8:31 AM > To: '[EMAIL PROTECTED]' > Subject: Possible to use a nt user account to log into Turbine? > > > Hello, > > I'm developing an intranet application using TDK 2.1 on WinNT4 / W2k. > Is it possible to use the system user account to log into > Turbine so the > user only has to login once at the beginning? In Java one can get the > username via 'System.getProperty("user.name")' but I think > that won't help > as long as the Java classes run on the server, not on the client. > > Does anyone know how to get the login working this way? > > Regards, > Thorsten > > -- > To unsubscribe, e-mail: > < mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > < mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > >
