# File lib/mcollective/security/base.rb, line 213
      def valid_callerid?(id)
        !!id.match(/^[\w]+=[\w\.\-]+$/)
      end