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

CreateGssapiCredential when specified with just a username throws an ArgumentNullException.

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 1.8.2
    • 1.8
    • None
    • None

    Description

      Current method signature:

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

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

      Attachments

        Activity

          People

            sridhar Sridhar Nanjundeswaran
            craig.wilson@mongodb.com Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: