Subject: | more than two 'and' clause in the same query lead to an incorrect filter |
When you make a query like that :
select cn,sn from base where sn=mySn and givenName=myGn and company=myComp
the resulting ldap request is
(&((&(givenName=myGn)(sn=mySn)(company=myComp))))
which is an incorrect filter