Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8143

saslContinue command returns confusing error message when the user can't be found

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.0-rc0
    • Affects Version/s: None
    • Component/s: Security
    • Labels:
      None

      This affects the upcoming 2.3.2 release.

      If you start a sasl conversation and specify a database that does not define the given user, you get back this document:

      { code : 17, errmsg : "Authentication failed because the password was not provided.", ok : 1.0 }
      

      Expected results:

      { code : 18, errmsg : "Authentication failed.", ok : 1.0 }
      

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: