From: Jeffrey C. O. <je...@ol...> - 2000-06-23 20:15:55
|
On Fri, Jun 23, 2000 at 02:41:00PM -0500, Timothy Wilson wrote: > > 1. How would I search objectclass=person and return all records for people > with sn=Wilson, but not givenName=Tim? (&(objectclass=person)(sn=Wilson)(!(givenName=Tim))) > 2. Search objectclass=person and return all records for people with st=MN OR > st=IA, but not givenName=Tim? (A rather useless search I realize.) (&(objectclass=person)(|(st=MN)(st=IA))(!(givenName=Tim))) See RFC 1558 for a complete description. Jeff |