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 roles are gain being stored in LDAP > > An

Re: Container based authentication using LDAP and Active Directory

2009-09-16 Thread Pid
PM To: Tomcat Users List Subject: Re: Container based authentication using LDAP and Active Directory Hi George, If I use LDAP API for user authetication, how can I get LoginContext and implement authorization? If you can please share some insight on this. Thanks, SK On Tue, Sep 15, 2009 at 3:

Re: Container based authentication using LDAP and Active Directory

2009-09-16 Thread Tobias Crefeld
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 roles are gain being stored in LDAP And how are ADS-credentials and LDAP'S "IDs" synchronized? Why don't you p

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread Sumedh Sakdeo
oftware.com/ > > Voice: 303 438 9585 > > > > > > > -Original Message- > > > From: sharda k [mailto:sktom...@gmail.com] > > > Sent: Tuesday, September 15, 2009 2:12 PM > > > To: Tomcat Users List > > > Subject: Re: Container based auth

RE: Container based authentication using LDAP and Active Directory

2009-09-15 Thread Ashwin K
ware.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 > > Dire

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 George Sexton
Sent: Tuesday, September 15, 2009 3:14 PM > To: Tomcat Users List > Subject: Re: Container based authentication using LDAP and Active > Directory > > Hi George, > > If I use LDAP API for user authetication, how can I get LoginContext > and > implement authorization? If

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
gt; > bind to the tree using the user's name and password for credentials. > > > > > > George Sexton > > > MH Software, Inc. > > > http://www.mhsoftware.com/ > > > Voice: 303 438 9585 > > > > > > > > > > -Original Mess

RE: Container based authentication using LDAP and Active Directory

2009-09-15 Thread George Sexton
t Users List > Subject: Re: Container based authentication using LDAP and Active > Directory > > Thank you George. > > I think I need to elaborate my question further. I could bind user and > fetch > user roles using simple java class. But what I want to implement is >

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread sharda k
2:12 PM > > To: Tomcat Users List > > Subject: Re: Container based authentication using LDAP and Active > > Directory > > > > How can I implement LDAP to authenticate against AD? Can you please > > elaborate? > > I need AD for authentication and LDAP fro

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 George Sexton
.@gmail.com] > Sent: Tuesday, September 15, 2009 2:12 PM > To: Tomcat Users List > Subject: Re: Container based authentication using LDAP and Active > Directory > > How can I implement LDAP to authenticate against AD? Can you please > elaborate? > I need AD for authen

Re: Container based authentication using LDAP and Active Directory

2009-09-15 Thread Pid
, September 15, 2009 2:01 PM To: users@tomcat.apache.org Cc: sktom...@gmail.com Subject: Container based authentication using LDAP and Active Directory 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

RE: Container based authentication using LDAP and Active Directory

2009-09-15 Thread George Sexton
> Cc: sktom...@gmail.com > Subject: Container based authentication using LDAP and Active Directory > > 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 stor

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