Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1654

Typos in GSSAPI examples for NodeJS driver tutorials

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.4
    • Affects Version/s: None
    • Component/s: Docs
    • Labels:
      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) {"

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            brian.moss@mongodb.com Brian Moss
            Reporter:
            luke.prochazka@mongodb.com Luke Prochazka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: