in reply to Traverse LDAP Tree

This returns entries for all children of $dn:
$mesg = $ldap->search(base=>$dn, scope=>'one', filter=>'objectClass=*');

Replies are listed 'Best First'.
Re: Re: Traverse LDAP Tree
by dda (Friar) on Oct 09, 2003 at 13:03 UTC
    Dear Anonymous Monk, your suggestion works just fine! Thanks again.

    --dda

Re: Re: Traverse LDAP Tree
by dda (Friar) on Oct 07, 2003 at 12:55 UTC
    I will try this, but I'm afraid that one 'big' search is much faster than a lot of 'small' searches.

    Thanks!

    --dda