class Net::LDAP::Filter
def construct(ldap_filter_string)
Converts an LDAP filter-string (in the prefix syntax specified in RFC-2254)
#
def construct(ldap_filter_string) FilterParser.parse(ldap_filter_string) end
def construct(ldap_filter_string) FilterParser.parse(ldap_filter_string) end