[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Filter Problem
- To: <OpenLDAP-software@OpenLDAP.org>
- Subject: Filter Problem
- From: "Kenny Chong" <kennycyb@gmail.com>
- Date: Mon, 20 Feb 2006 16:04:29 +0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:disposition-notification-to:x-mimeole; b=RqTLW9Zh/WNWHD4s+ESYtG9MV6eas5Khi483PHAxw2Y8InHCvS6ZxUdlfY2wY/bLkmEx1XGkkk4XSje3S6cBZ5OI+0G67gPwcB0i3X4t26vpcIn7n5b2KyhE2Nu3SYHhFKdPLsdr81OnAbNiYvuMoyAZiso7h77Bsuc2eo5ZgNU=
i have three identical filter
first:
(&(|(mail=a*)(givenName=a*))(objectClass=inetOrgPerson))
second:
(&(objectClass=inetOrgPerson)(|(mail=a*)(givenName=a*)))
third:
(|(&(objectClass=inetOrgPerson)(mail=a*)(&(objectClass=inetOrgPerson)(givenName=a*))
however, the first filter i didn't get any result, but the second and third
filter i get what i want.
anyone know what is the problem with the first filter? the entries i want to
search for contains all the three attribute (mail, givenName, objectClass)