Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-760

CreateGssapiCredential when specified with just a username throws an ArgumentNullException.

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.8.2
    • Affects Version/s: 1.8
    • Component/s: 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 Sridhar Nanjundeswaran
            Reporter:
            craig.wilson@mongodb.com Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: