# File lib/active_ldap/adapter/ldap.rb, line 17
          def connect(host, port)
            LDAP::SSLConn.new(host, port, false)
          end