CreateGssapiCredential when specified with just a username throws an ArgumentNullException.

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 1.8.2
    • Affects Version/s: 1.8
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Current method signature:

              public static MongoCredential CreateGssapiCredential(string username)
              {
                  return FromComponents("GSSAPI",
                      "$external",
                      username,
                      (PasswordEvidence)null);
              }
      

      The (PasswordEvidence)null spot should be new ExternalEvidence().

            Assignee:
            Sridhar Nanjundeswaran (Inactive)
            Reporter:
            Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: