class ActiveLdap::Adapter::Ldap::Method::Plain
Public Instance Methods
connect(host, port, options={})
click to toggle source
# File lib/active_ldap/adapter/ldap.rb, line 74 def connect(host, port, options={}) LDAP::Conn.new(host, port) end