Net::LDAP Search Filter
"Zachary, Carlton - Hoboken" <[email protected]> Thu, 25 Apr 2013 09:26:53 -0400
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I am trying to run this search against my directory service with the following filter and it returns nothing. (&(employeetype=x)(employeetype=y)(objectclass=*)) But if I do just: (&(employeetype=x)(objectclass=*)) Or (&(employeetype=y)(objectclass=*)) I get search data returned. Could some point out what's wrong with the first filter? Thanks