# File lib/mongo/auth/user.rb, line 107
      def hash
        [ name, database, password ].hash
      end