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, 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 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 authentication dialog wil popup asking this. It should > > authenticate > > > against the domain name server. > > > And forward to home page with the login information. > > > Can anybody help me on this.? > > > > This may help you a lot: > > http://jcifs.samba.org/src/docs/ntlmhttpauth.html > > > > Ciao > > Antonio > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Cory Wiles > [EMAIL PROTECTED] > http://www.corywiles.com > http://alphaprevails.blogspot.com > -- Thanks Arun George