-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
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().