You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by LEBRETON Philippe <ph...@cti-paysloire.cnamts.fr> on 2000/09/28 12:21:13 UTC

LDAP Processor and selected "attributes" in the query

I want used the LDAP Processor with a list of LDAP "attributes" like the
LDAP URL syntaxe :
ldap://<serveur>/dn?attribute-lis?scope?filter

With the LDAP Processor  the tag are :
ldap-searchbase= dn
ldap-query = filter
what is the tag for attribute-lis and scope?

thanks
Philippe LEBRETON

Re: LDAP Processor and selected "attributes" in the query

Posted by Alain Ketterlin <al...@dpt-info.u-strasbg.fr>.
LEBRETON Philippe (28 Sep) writes:

> I want used the LDAP Processor with a list of LDAP "attributes" like the
> LDAP URL syntaxe :
> ldap://<serveur>/dn?attribute-lis?scope?filter

You can try the ldap taglib, found at
http://dpt-info.u-strasbg.fr/~alain/ldap/
It allows selecting attributes, choosing scope, etc.

(It has a few bugs, essentially with binary attributes as far as I
know, and maybe others, but seems to work correctly otherwise.)

-- Alain.