Sha256: c553b6c764700c8b76702ce2521cf2e18c893adeaa57ce8ab4b6a85daa5a9b37

Contents?: true

Size: 520 Bytes

Versions: 20

Compression:

Stored size: 520 Bytes

Contents

tests:
    -
        description: "Valid auth options are parsed correctly"
        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"

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/mongo-2.8.0/spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.5 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.4 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.3 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.2 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.2 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.10.0.rc0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.1.rc0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.0.rc1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.9.0.rc0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.8.0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.7.2 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.8.0.rc0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.7.1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.7.0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.7.0.rc0 spec/spec_tests/data/uri_options/auth-options.yml