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

Add Node 12 support for Kerberos

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • kerberos-1.1.3
    • Affects Version/s: None
    • Component/s: kerberos
    • None

      SeeĀ https://github.com/mongodb-js/kerberos/issues/99.

      Three compile errors when attempting to install kerberos with Node 12:

      ../src/kerberos_common.h:29:43: error: no matching member function for call to 'Has'
          return !options.IsEmpty() && options->Has(key) && options->Get(key)->IsString()
      
      ../src/kerberos_common.h:39:43: error: no matching member function for call to 'Has'
          return !options.IsEmpty() && options->Has(key) && options->Get(key)->IsNumber()
      
      ../src/kerberos_common.h:40:49: error: too few arguments to function call, single argument 'context' was not specified
                     ? options->Get(key)->Uint32Value()
      

            Assignee:
            matt.broadstone@mongodb.com Matt Broadstone
            Reporter:
            daniel.aprahamian@mongodb.com Daniel Aprahamian (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: