From: Francis Cianfrocca Date: 2007-08-26T18:37:49+09:00 Subject: Re: ruby-ldap and paged results on windows ------=_Part_82292_16742445.1188121066717 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/26/07, Dave King wrote: > > What I really wanted to do was this > > > (&(samaccounttype=805306368)(|(lastLogonTimestamp<=128231111837280000)(&(!(lastLogonTimestamp=*))(whenCreated<= > 20070522000000.0Z)))) > > and that works. > > Thanks Actually, you had a syntax error in the first version. The ! operator is only allowed to take one branch. ------=_Part_82292_16742445.1188121066717--