Class 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
37:           def connect(host, port)
38:             LDAP::SSLConn.new(host, port, true)
39:           end
start_tls?() click to toggle source
    # File lib/active_ldap/adapter/ldap.rb, line 41
41:           def start_tls?
42:             true
43:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.