Method: Net::LDAP::Filter.construct
- Defined in:
- lib/net/ldap/filter.rb
.construct(ldap_filter_string) ⇒ Object
Converts an LDAP filter-string (in the prefix syntax specified in RFC-2254) to a Net::LDAP::Filter.
282 283 284 |
# File 'lib/net/ldap/filter.rb', line 282 def self.construct ldap_filter_string FilterParser.new(ldap_filter_string).filter end |