Re: JNDI authentication

2009-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 9/23/2009 11:51 PM, daniel steel wrote: > we are using jndi authentication for authenticating the user against > active directory. the user is hitting the load balancer and then the > request is forwarded to the tomcat. > > at times we are s

Re: JNDI authentication

2009-09-25 Thread herbie324
We are having the same exact issue you are speaking of. We've gone through logs as well. I'd love to get some insight on this also. We are using tomcat with basic authentication. daniel steel wrote: > > All, > we are using jndi authentication for authenticating the user against > active di

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
Thank you :) -Original Message- From: Tim Funk [mailto:funk...@apache.org] Sent: Wednesday, 5 August 2009 12:50 a.m. To: Tomcat Users List Subject: Re: JNDI Authentication http://java.sun.com/products/jndi/tutorial/ldap/security/auth.html http://tomcat.apache.org/tomcat-6.0-doc/realm

Re: JNDI Authentication

2009-08-04 Thread Tim Funk
but don't know what the "authentication" is defined as? if (authentication != null) env.put(Context.SECURITY_AUTHENTICATION, authentication); -Original Message- From: Tim Funk [mailto:funk...@apache.org] Sent: Tuesday, 4 August 2009 11:55 p.m. To: Tom

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
uthentication); -Original Message- From: Tim Funk [mailto:funk...@apache.org] Sent: Tuesday, 4 August 2009 11:55 p.m. To: Tomcat Users List Subject: Re: JNDI Authentication JNDIRealm is based on communicating to an LDAP server. (Which is one way AD can communicate) -Tim Geofrey Raine

Re: JNDI Authentication

2009-08-04 Thread Tim Funk
JNDIRealm is based on communicating to an LDAP server. (Which is one way AD can communicate) -Tim Geofrey Rainey wrote: Does anyone know what type of authentication Tomcat uses by default to authenticate to an AD server using the JNDIRealm? (I haven't specified any particular authenticati