Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-183

Auth Mechanism Properties in the Connection String

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CSHARP-1079 Done 1.10
      JAVA-1466 Done 3.0.0
      CDRIVER-437 Done 1.1.0
      RUBY-812 Done 1.12, 2.0.0
      NODE-289 Done 2.0.22
      PERL-439 Done 1.0.0
      CXX-360 Done legacy-1.0.0-rc1
      PYTHON-768 Done 2.8, 3.0
      PHP-1238 Done 1.6.0
      MOTOR-47 Done 0.4
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CSHARP-1079 Done 1.10 JAVA-1466 Done 3.0.0 CDRIVER-437 Done 1.1.0 RUBY-812 Done 1.12, 2.0.0 NODE-289 Done 2.0.22 PERL-439 Done 1.0.0 CXX-360 Done legacy-1.0.0-rc1 PYTHON-768 Done 2.8, 3.0 PHP-1238 Done 1.6.0 MOTOR-47 Done 0.4

      Currently, GSSAPI is a configurable authentication mechanism with 3 configurable properties. Only SERVICE_NAME is configurable via the connection string using the gssapiServiceName.

      In an effort to make this more general, the auth spec has defined a format for specifying any configurable mechanism property in the connection string using the same format as the readPreferenceTags.

      Example:

      mongodb://a/?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:mongodb,CANONICALIZE_HOST_NAME:true

            Assignee:
            craig.wilson@mongodb.com Craig Wilson
            Reporter:
            craig.wilson@mongodb.com Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: