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