Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Empty show more show less
Description
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) {"