Update shell helper db.auth() to support SASL authentication

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.3.2
    • Affects Version/s: None
    • Component/s: None
    • None
    • Minor Change
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Old form:

      db.auth(user, pass)
      

      Also should support:

      db.auth({ user: <String>, pwd: <null|String>, mechanism: <null|String>})
      

      which allows specifying a mechanism to use, and also omitting a password for mechanisms like GSSAPI, which do not expect one.

              Assignee:
              Andy Schwerin
              Reporter:
              Andy Schwerin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: