DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27279>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27279 [PATCH] LDAPTransformer Summary: [PATCH] LDAPTransformer Product: Cocoon 2 Version: Current CVS 2.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] This patch addresses 2 issues through the addition of 2 elements in the LDAPTransformer (LDAPTransformer.java): dn-element: Provide element containing the DN for each entry returned in 'execute-query'. This is accomplished via 'dn-element' element that defaults to 'dn'. This element is only valid in 'execute-query'. securityprotocol: Provide a mechanism for those using JDK prior to 1.4.2 to access LDAP via SSL. This is accomplished via an optional 'securityprotocol' element that is empty (unused) by default. Please see http://java.sun.com/products/jndi/tutorial/ldap/security/ssl.html for more information on the JDK differences WRT LDAP via SSL.
