Methods

Class Index [+]

Quicksearch

ActiveLdap::Adapter::Ldap::Method::SSL

Public Instance Methods

connect(host, port) click to toggle source
    # File lib/active_ldap/adapter/ldap.rb, line 27
27:           def connect(host, port)
28:             LDAP::SSLConn.new(host, port, false)
29:           end
ssl?() click to toggle source
    # File lib/active_ldap/adapter/ldap.rb, line 31
31:           def ssl?
32:             true
33:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.