Re: intranet authentication with win2k

2001-11-13 Thread John M. Corro
I'm not as familiar w/ NT security either, but it sounds like (from a Java programming standpoint) the getRemoteUser() method is your best bet. If I remember correctly, it returns the username *if* the user has logged in (in this case through NT security) or null otherwise. - Original

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
To: Tomcat Users List Subject: Re: intranet authentication with win2k I'm not as familiar w/ NT security either, but it sounds like (from a Java programming standpoint) the getRemoteUser() method is your best bet. If I remember correctly, it returns the username *if* the user has logged in (in this case

RE: intranet authentication with win2k

2001-11-13 Thread Bongiorno, Christian
/docs/guide/security/jaas/spec/ -Original Message- From: Mangi, Rick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:05 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k yes, once the person is logged into the web application. The question is, how do I

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
Have you implemented this with tomcat running on *nix? Or only on win2k? -Original Message- From: Bongiorno, Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:11 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k What we have done

RE: intranet authentication with win2k

2001-11-13 Thread Bongiorno, Christian
Our realm is running under linux RH 7.1 -Original Message- From: Mangi, Rick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:14 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k Have you implemented this with tomcat running on *nix? Or only