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

Spitting out Kerberos Errors - Driver Version 2.1.5

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.1.6
    • Affects Version/s: 2.1.5
    • Component/s: MongoDB 3.2
    • Environment:
      CENTOS 6.7
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Inside /mongodb-core/lib/auth, your try/catch for the Kerberos module is hitting the console with an error if Kerberos is not installed and there is no plan on ever using Kerberos communication. See Below:

      try

      { Kerberos = require_optional('kerberos').Kerberos // Authentication process for Mongo MongoAuthProcess = require_optional('kerberos').processes.MongoAuthProcess }

      catch(err)

      { console.dir(err) }

      Please remove the console.dir statement, as it not signaling that there is truly an error, but that Kerberos is just not installed.

            Assignee:
            christkv Christian Amor Kvalheim
            Reporter:
            milonas115 George Milonas
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None