Class/Module Index [+]

Quicksearch

ActiveLdap::Adapter::Ldap::Method::TLS

Public Instance Methods

connect(host, port) click to toggle source
# File lib/active_ldap/adapter/ldap.rb, line 37
def connect(host, port)
  LDAP::SSLConn.new(host, port, true)
end
start_tls?() click to toggle source
# File lib/active_ldap/adapter/ldap.rb, line 41
def start_tls?
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.