On Wed, 16 Jul 2003 09:36:24 -0700 (PDT)
e nio <[EMAIL PROTECTED]> wrote:

> 
> Thank you for all the responses. But is the whole doldapqry.xml
> I used equivalent to below in the command line?
> 
> ldapsearch -b 'o=stooges'  '(cn=*)'      
> 
> This command does provide the result when I typed on the command
> line and I get at the end #numEntries: 4.   Adding the &amp; 
> basically logically "AND"  made the query work (&amp;(cn=*)) and
> put the result into the xml. But what is it "AND"ing to? why
> does it not work with just (cn=*) as the filter?
> >From the Wiki the filter element is 
> <!ELEMENT filter (#PCDATA | execute-query)>
> This doesnt seem to indicate using &amp; 
> 
See on:
http://java.sun.com/products/jndi/tutorial/basics/directory/filter.html

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

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

Reply via email to