ActiveLdap::Adapter::Ldap::Method::Base
# File lib/active_ldap/adapter/ldap.rb, line 27 def connect(host, port) LDAP::SSLConn.new(host, port, false) end
# File lib/active_ldap/adapter/ldap.rb, line 31 def ssl? true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.