Sha256: 5b4bc0a65e80f1b4af4fa0728c81995d212e54a935e7e63f8bae2b83279f7365
Contents?: true
Size: 881 Bytes
Versions: 11
Compression:
Stored size: 881 Bytes
Contents
tests: - description: "Valid auth options are parsed correctly (GSSAPI)" uri: "mongodb://foo:bar@example.com/?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:other,CANONICALIZE_HOST_NAME:true&authSource=$external" valid: true warning: false hosts: ~ auth: ~ options: authMechanism: "GSSAPI" authMechanismProperties: SERVICE_NAME: "other" CANONICALIZE_HOST_NAME: true authSource: "$external" - description: "Valid auth options are parsed correctly (SCRAM-SHA-1)" uri: "mongodb://foo:bar@example.com/?authMechanism=SCRAM-SHA-1&authSource=authSourceDB" valid: true warning: false hosts: ~ auth: ~ options: authMechanism: "SCRAM-SHA-1" authSource: "authSourceDB"
Version data entries
11 entries across 11 versions & 1 rubygems