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