Re: Struts and Windows Authentication

2008-02-02 Thread Arun
I am using tomcat. Is it possible implement container managed security with this? On Feb 1, 2008 7:42 PM, Cory D. Wiles [EMAIL PROTECTED] wrote: At my job we authenticate our users directly using Active Directory using container managed security. What container are you using? On Feb 1,

[OT] Re: Struts and Windows Authentication

2008-02-02 Thread Dave Newton
--- Arun [EMAIL PROTECTED] wrote: I am using tomcat. Is it possible implement container managed security with this? Yes; see the Tomcat docs[1,2]. Dave [1] http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html [2] http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html On Feb 1, 2008

Re: Struts and Windows Authentication

2008-02-02 Thread Martin Gainty
@struts.apache.org Sent: Saturday, February 02, 2008 10:48 AM Subject: Re: Struts and Windows Authentication I am using tomcat. Is it possible implement container managed security with this? On Feb 1, 2008 7:42 PM, Cory D. Wiles [EMAIL PROTECTED] wrote: At my job we authenticate our users directly using

Re: Struts and Windows Authentication

2008-02-01 Thread Antonio Petrelli
2008/2/1, Arun [EMAIL PROTECTED]: Hi, I have a web application in which I need to implement windows authentication. Basically there is a login screen where we can enter username and password. These users are the users that are there in OS. The username is like domainname\username and

Struts and Windows Authentication

2008-02-01 Thread Arun
Hi, I have a web application in which I need to implement windows authentication. Basically there is a login screen where we can enter username and password. These users are the users that are there in OS. The username is like domainname\username and password is the password. A basic

Re: Struts and Windows Authentication

2008-02-01 Thread Cory D. Wiles
At my job we authenticate our users directly using Active Directory using container managed security. What container are you using? On Feb 1, 2008 4:48 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/1, Arun [EMAIL PROTECTED]: Hi, I have a web application in which I need to