Re: Tomcat JNDI Authentication - No Login

2018-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lee, On 10/9/18 08:11, Lee Broom wrote: > Hello My aim is to introduce a domain level > authentication/authorisation security layer when accessing the > http://localhost:8080/sample/ application. I don't want this web > application to be openly acce

Tomcat JNDI Authentication - No Login

2018-10-09 Thread Lee Broom
Hello My aim is to introduce a domain level authentication/authorisation security layer when accessing the http://localhost:8080/sample/ application. I don't want this web application to be openly accessible and without challenging an operator. After a frustrating and fruitless week I now reach

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. > >

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 us

JNDI authentication

2009-09-23 Thread daniel steel
All, 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 seeing slowness and on analyzing the access log, the jsps having high execution duration do

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

JNDI Authentication

2009-08-03 Thread Geofrey Rainey
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 authentication type on either the server (AD), or the client (Tomcat 6.0), it's working fine but I'm wondering If it's using SASL). R