# File lib/mongo/auth/user.rb, line 95
      def encoded_name
        name.encode(BSON::UTF8).gsub('=','=3D').gsub(',','=2C')
      end