<?xml version="1.0"?> <page>
<execute-query xmlns="http://apache.org/cocoon/LDAP/1.0"> <initializer>com.sun.jndi.ldap.LdapCtxFactory</initializer> <serverurl>ldap://myserver.com</serverurl> <scope>SUBTREE_SCOPE</scope> <debug>TRUE</debug> <rootdn>cn=MYUSER</rootdn> <password>MYPASSWD</password> <searchbase>o=toto,c=fr</searchbase> <show-attribute>true</show-attribute> <filter><![CDATA[(&(uid=MYUSER*)(objectclass=inetorgperson))]]></filter> </execute-query> </page> ____________________Séparateur de messages____________________ Objet : LDAPTransformer Auteur : [EMAIL PROTECTED] Date : 05/12/2002 15:54 Hello, did anybody got LDAPTransformer working? I always get exceptions like "java.lang.IllegalStateException: LDAPTransformer: Not expecting a start serverurl element" I can't figure out the input the transformer expects It would be nice, if you could send me a simple example for the input. Thanks Martin --------------------------------------------------------------------- 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]> --------------------------------------------------------------------- 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]>
