# File lib/omniauth/strategies/ldap/adaptor.rb, line 114
        def rebind(options={})
          unbind(options) if bound?
          connect(options)
        end