Class: ActiveLdap::Adaptor::Ldap::Method::TLS

Inherits:
Object
  • Object
show all
Defined in:
lib/active_ldap/adaptor/ldap.rb

Instance Method Summary collapse

Instance Method Details

#connect(host, port) ⇒ Object



37
38
39
# File 'lib/active_ldap/adaptor/ldap.rb', line 37

def connect(host, port)
  LDAP::SSLConn.new(host, port, true)
end