class ActiveLdap::Adapter::JndiConnection

def initialize(host, port, method, timeout, follow_referrals)

def initialize(host, port, method, timeout, follow_referrals)
  @host = host
  @port = port
  @method = method
  @timeout = timeout
  @context = nil
  @tls = nil
  @follow_referrals = follow_referrals
end