From: Andre Nathan Date: 2006-05-15T22:16:29+09:00 Subject: Net::LDAP filters Hello Excuse me if this is a dumb question but I searched the docs and couldn't find a way to do this... Is there any method that converts an LDAP filter string to a filter object to be used in #search, ie, something like "uid=foo" being understood as Net::LDAP::Filter.eq("uid", "foo") ? Thanks in advance, Andre