-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
None
-
Empty show more show less
gssapiCanonicalizeHostName is currently (3.6.3) supported as a connection option (gssapiCanonicalizeHostName) but is not parsed correctly in the connection string:
The expected format of the query string parameter would be: authMechanismProperties=CANONICALIZE_HOST_NAME:true however the node driver only parses this: authMechanismProperties=gssapiCanonicalizeHostName:true
- depends on
-
NODE-2704 Integrate new MongoOption interface usage
- Closed