Class: ActiveLdap::Adaptor::Ldap::Method::SSL

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

Instance Method Summary collapse

Instance Method Details

#connect(host, port) ⇒ Object



31
32
33
# File 'lib/active_ldap/adaptor/ldap.rb', line 31

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