# File lib/active_ldap/adapter/base.rb, line 62
      def rebind(options={})
        unbind(options) if bound?
        connect(options)
      end