We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4736900 commit 1603315Copy full SHA for 1603315
test/connection_string/test/valid-auth.json
@@ -263,7 +263,7 @@
263
},
264
{
265
"description": "Escaped username (GSSAPI)",
266
- "uri": "mongodb://user%40EXAMPLE.COM:secret@localhost/?authMechanismProperties=SERVICE_NAME:other,CANONICALIZE_HOST_NAME:true&authMechanism=GSSAPI",
+ "uri": "mongodb://user%40EXAMPLE.COM:secret@localhost/?authMechanismProperties=SERVICE_NAME:other,CANONICALIZE_HOST_NAME:true&authMechanism=GSSAPI",
267
"valid": true,
268
"warning": false,
269
"hosts": [
@@ -282,8 +282,7 @@
282
"authmechanism": "GSSAPI",
283
"authmechanismproperties": {
284
"SERVICE_NAME": "other",
285
- "CANONICALIZE_HOST_NAME": "true",
286
- "SERVICE_HOST": "example.com"
+ "CANONICALIZE_HOST_NAME": true
287
}
288
289
0 commit comments