# File lib/active_ldap/adapter/jndi_connection.rb, line 74 def initialize(host, port, method) @host = host @port = port @method = method @context = nil @tls = nil end