From: Francis Cianfrocca Date: 2006-05-16T05:09:56+09:00 Subject: Re: Net::LDAP filters ------=_Part_77050_22522597.1147723793903 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Andre, I have a new gem for you to test. It has version 0.0.1.1, which we won't release on Rubyforge. I'm going to email the gem directly to you to avoid polluting this mailing-list, but if you can confirm this does what yo= u want, then I'll release it for everyone as version 0.0.2. Net::LDAP::Filter now has the class method #from_rfc2254. (Ugly name, may change it.) Instead of: f =3D Net::LDAP::Filter.eq( "uid", "george*" ) you can now say: f =3D Net::LDAP::Filter.from_rfc2254( "uid=3Dgeorge*") All the compound expressions and conditionals are also supported, so do som= e testing and let me know if it's what you needed. On 5/15/06, Francis Cianfrocca wrote: > > Ok, will email you when done. > > On 5/15/06, Andre Nathan wrote: > > On Mon, 2006-05-15 at 23:20 +0900, Francis Cianfrocca wrote: > > > I'll tell you what: if we add these methods and send you a > > > pre-release, would you be willing to beta-test them against some of > > > your own strings? > > > > Sure, I'd be glad to test it! > > > > Thanks, > > Andre > > > > > > > > ------=_Part_77050_22522597.1147723793903--