You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ma...@swisscom.com on 2003/06/05 14:14:50 UTC

LDAP:Filter error

If I write eg
<ldap:filter>(&(objectClass=group)(name=DG_IT-CLI_ADMIN_A_00))</ldap:fil
ter>
I get an error because of the "&" caracter that is not valid. How does
ldap:filter work? 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: LDAP:Filter error

Posted by Olivier GUCKERT <Ol...@loria.fr>.

Maxime.Gheysen@swisscom.com a écrit :
> 
> If I write eg
> <ldap:filter>(&(objectClass=group)(name=DG_IT-CLI_ADMIN_A_00))</ldap:fil
> ter>
> I get an error because of the "&" caracter that is not valid. How does
> ldap:filter work?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org

You just have to replace "&" with "&amp;"


Regards

Olivier

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org