# File lib/active_ldap/adapter/ldap.rb, line 35 def connect(options={}) super do |host, port, method| method.connect(host, port) end end