[Patch] JNDIRealm - SocketFactory support

2008-03-19 Thread Seth Leger
The patch was made against trunk of Tomcat 6.0.X. If you have any questions, please feel free to contact me. Thanks! Seth Leger Sr. Software Developer Raritan, Inc. Index: JNDIRealm.java === --- JNDIRealm.java (revision 6

Re: [Patch] JNDIRealm - SocketFactory support

2008-03-19 Thread Seth Leger
Mark Thomas wrote: Patches posted directly to the dev list can get overlooked if someone doesn't act on them straight away. To protect against this, please create a bugzilla entry and attach your patch there. Cheers, Mark Will do, thanks for the tip. -- Seth --

Re: [Patch] JNDIRealm - SocketFactory support

2008-03-20 Thread Seth Leger
This patch has been committed as bug 44645. -- Seth Mark Thomas wrote: Seth Leger wrote: Hi devs, I've added support to the JNDIRealm so that a custom javax.net.SocketFactory can be specified for the JNDI connection. This is necessary so that you can perform customized SSL negotiatio

Re: JNDIRealm

2008-04-14 Thread Seth Leger
e. To do this, you just need to write a javax.net.ssl.SSLSocketFactory that does not perform the normal certificate validation during the SSL handshake and then specify the classname on the new setSocketFactory() call added by this patch." Seth Leger Sr. Software Engineer Raritan, Inc.

Re: JNDIRealm

2008-04-22 Thread Seth Leger
uring authentication are used during a login to perform the LDAP search. Seth Leger Sr. Software Developer Raritan, Inc. Henri Gomez wrote: Did someone as a example LDAP configuration against AD available against standard JNDIRealm ? Regards. 2008/4/14, Seth Leger <[EMAIL PROTECTED]>

Re: JNDIRealm

2008-04-22 Thread Seth Leger
e permissions to view their own LDAP object instance, as far as I know this is always true). The password is never stored; it is only transmitted at login time to the server (and this transmission can be protected from interception with LDAP over SSL). It's a pretty minor change, written

Re: JNDIRealm

2008-04-23 Thread Seth Leger
This patch will have some offset problems because it's off of my working copy of the JNDIRealm class. But you should be able to get the general idea of what's going on here. -- Seth Henri Gomez wrote: Do you have a patch against the current JNDIRealm ? 2008/4/22, Seth Leg

Re: JNDIRealm

2009-01-15 Thread Seth Leger
I just noticed this email thread on the Tomcat dev list. If a bug was filed with the patch, could somebody add me to the Bugzilla CC or give me the bug ID? Thanks, -- Seth Mark Thomas wrote: william.be...@accenture.com wrote: Hi Tomcat Developers, I have updated the patch from http://m