I tried changing that line to:

$mesg = $ldap->search(filter=>"(cn=*)", base=>"ou=subOU,ou=myOU,dc=ad,dc=myorg,dc=edu");

and still no output.


Andrej Ricnik-Bay wrote:
On 13/08/2008, John Arends <[EMAIL PROTECTED]> wrote:

 $mesg = $ldap->search(filter=>"(OU=SubOU,OU=myOU)",
base=>"dc=ad,dc=myorg,dc=edu");
That filter looks quite wrong - you're not qualifying any
attributes, just values?
Try something like
filter=>"(cn=*)"

Reply via email to