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

Update the MongoDB server domain for GSSAPI authentication

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.0.0
    • Affects Version/s: None
    • Component/s: None
    • None

      In the Kerberos (GSSAPI/SSPI) section, the server and principal domains are currently:

      // KDC Server
      var server = "kerberos.example.com";
      var principal = "drivers@KERBEROS.EXAMPLE.COM";
      

      It could be confusing for the KDC domain and MongoDB server to be the same. Perhaps this is better:

      var server = "mongo-server.example.com";
      var principal = "drivers@KERBEROS.EXAMPLE.COM";
      

      This change originates from a community user who made a similar suggestion for the Python and Casbah docs. See FREE-137466.

            Assignee:
            jessica.lord Jessica Lord
            Reporter:
            brian.moss@mongodb.com Brian Moss
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: