Re: Tomcat restart not killing session

2009-10-15 Thread sharda k
Thats a cool feature... thanks Peter!!! Sharda On Thu, Oct 15, 2009 at 9:11 AM, wrote: > Hi, > > On Thu, Oct 15, 2009 at 08:53:03AM -0500, sharda k wrote: > > I was under the impression that restarting webserver would kill all user > > sessions. But with my tomcat insta

Tomcat restart not killing session

2009-10-15 Thread sharda k
I was under the impression that restarting webserver would kill all user sessions. But with my tomcat install, restarting Tomcat does not kill user sessions. I am still able to continue with the initially started sessions. Is this a typical tomcat behaviour or a bug? I have Tomcat 5.5 running on W

Re: Container based authentication using LDAP and Active Directory

2009-09-16 Thread sharda k
On Wed, Sep 16, 2009 at 3:11 AM, Tobias Crefeld wrote: > Am Tue, 15 Sep 2009 15:00:39 -0500 > schrieb sharda k : > > >- User ids are being stored in LDAP > >- User credentials(password) are being stored in Active Directory > > (AD). > >- User ro

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
com/ > Voice: 303 438 9585 > > > -Original Message- > > From: sharda k [mailto:sktom...@gmail.com] > > Sent: Tuesday, September 15, 2009 3:14 PM > > To: Tomcat Users List > > Subject: Re: Container based authentication using LDAP and Active > > Directory >

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
out yourself. > > George Sexton > MH Software, Inc. > http://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > -----Original Message- > > From: sharda k [mailto:sktom...@gmail.com] > > Sent: Tuesday, September 15, 2009 2:45 PM > > To: Tomcat Users List >

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
ng the user's name and password for credentials. > > George Sexton > MH Software, Inc. > http://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > -Original Message- > > From: sharda k [mailto:sktom...@gmail.com] > > Sent: Tuesday, September 15, 2009

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
> George Sexton >> MH Software, Inc. >> http://www.mhsoftware.com/ >> Voice: 303 438 9585 >> >> >> -Original Message- >>> From: sharda k [mailto:sktom...@gmail.com] >>> Sent: Tuesday, September 15, 2009 2:01 PM >>> To: users@t

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
oftware, Inc. > http://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > -Original Message- > > From: sharda k [mailto:sktom...@gmail.com] > > Sent: Tuesday, September 15, 2009 2:01 PM > > To: users@tomcat.apache.org > > Cc: sktom...@gmail.com >

Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
Hi, I want to implement Container based Authentication for a new web site I am working on. The scenario that I have is: - User ids are being stored in LDAP - User credentials(password) are being stored in Active Directory (AD). - User roles are gain being stored in LDAP In all examples