Patches item #1054419, was opened at 2004-10-26 10:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1054419&group_id=22866
Category: JBossSX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Alexei Yudichev (sflexus) Assigned to: Nobody/Anonymous (nobody) Summary: Support for TLS in LdapLoginModule Initial Comment: For one of my projects I am using user authentication on LDAP server. LDAP admins required supprot for TLS transport, which was missing in LdapLoginModule. Attached is the patch that enables TLS by intruducing two more options: useTls and tlsHostnameVerifierClass. The code is almost copied from http://java.sun.com/ products/jndi/tutorial/ldap/ext/starttls.html. Patch is made against and tested with JBoss 3.2.5. Requires JDK 1.4 to compile and operate, however, should not break anything if run under 1.3 with useTls=false. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1054419&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
