You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Antonio Fiol (JIRA)" <ji...@apache.org> on 2006/02/09 11:44:58 UTC

[jira] Updated: (COCOON-1066) [PATCH] LDAPTransformer enhancements

     [ http://issues.apache.org/jira/browse/COCOON-1066?page=all ]

Antonio Fiol updated COCOON-1066:
---------------------------------

    Attachment: LDAPTransformer.java.patch

Default behavior remains the same (no dn attribute). To enable, use for example <ldap:dn-attribute>dn</ldap:dn-attribute>
The patch is tested in our system.
However, we always use a <ldap:filter>, and the patch also covers the possibility you do not use one. I don't see why or how it could break, but it is not tested.

> [PATCH] LDAPTransformer enhancements
> ------------------------------------
>
>          Key: COCOON-1066
>          URL: http://issues.apache.org/jira/browse/COCOON-1066
>      Project: Cocoon
>         Type: Improvement
>   Components: Blocks: Naming
>     Versions: 2.1.8
>  Environment: Operating System: All
> Platform: All
>     Reporter: David L. Day
>     Assignee: Jean-Baptiste Quenot
>     Priority: Minor
>  Attachments: LDAPTransformer.java.diff, LDAPTransformer.java.patch
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira