-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Docs
-
None
Description
Under the URL: http://mongodb.github.io/node-mongodb-native/3.1/tutorials/connect/authenticating/ section heading: "Kerberos (GSSAPI/SSPI)"
Replace: "To connect using the X.509 authentication mechanism"
With: "To connect using the GSSAPI authentication mechanism"
Replace: "MongoClient.connect(f("mongodb://%s@%s?authMechanism=GSSAPI&gssapiServiceName=mongodb", urlEncodedPrincipal, server), function(err, client) {"
With: "MongoClient.connect(f("mongodb://%s@%s/?authMechanism=GSSAPI&gssapiServiceName=mongodb", urlEncodedPrincipal, server), function(err, client) {"