# File lib/active_ldap/adapter/base.rb, line 99
      def unbind(options={})
        yield if @connection and (@bind_tried or bound?)
        @bind_tried = @bound = false
      end