That is really an opened ended question. Are you talking about getting the username and password if you use SingleSignOn? If so then you would do request.getUserPrincipal() cast it to a GenericPrincipal and do a getName and getPassword. If you are using a roll your own then just have your JSP handle it? Or are you specifically looking for the ActiveDirectory hook to tie SingleSignOn into Tomcat? Sorry, I raised more questions.
Keith -----Original Message----- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 7:25 PM To: [EMAIL PROTECTED] Subject: how to get user login? Hello! Is there a way to get the user login of a client in windows using JSP/Servlet? I'm working on something, i want to get the user login of a client and verify it in Active Directory. Thanks in advance! aris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
