Hi

I'm using Cocoon 2.0.3 with the LDAP option enabled, Tomcat 4.0.4, and
XIndices 1.0

I'm trying to get the LDAPTransformer to work. I've set-up a simple LDAP
database using Qcslapd. I can browser and connect to the local LDAP server
using JNDI with no problem. When I set-up a Cocoon LDAPTransformer example I
get the following problem

[LDAPTransformer] Error in LDAP-Query: javax.naming.PartialResultException:
[LDAP: error code 9; remaining name 'o=ark-online.net'.
The query I'm submitting is 

<page xmlns:ldap="http://apache.org/cocoon/LDAP/1.0";>
<execute-query xmlns="http://apache.org/cocoon/LDAP/1.0";>
 <initializer>com.sun.jndi.ldap.LdapCtxFactory</initializer>
 <serverurl>ldap://localhost:389/o=ark-online.net</serverurl>
 <scope>SUBTREE_SCOPE</scope>
 <debug>TRUE</debug> 
 <rootdn>cn=mark.pembury,o=ark-online.net</rootdn>
 <password>password</password>
 <searchbase>o=ark-online.net</searchbase>
 <show-attribute>true</show-attribute>
 
<filter><![CDATA[(&(uid=mark.pembury*)(objectclass=groupOfUniqueNames))]]></
filter>
</execute-query>
</page>

Has anyone come across this before. Does anyone use the LDAPTransformer?

In hope

Mark.


Mark Pembury

Product Architect
ARK eManagement

<<attachment: winmail.dat>>

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to