# File lib/omniauth/strategies/ldap/adaptor.rb, line 71
        def unbind(options={})
          @connection.close # Net::LDAP doesn't implement unbind.
        end