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

Version Path
mongo-2.13.3 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.13.2 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.13.1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.12.4 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.13.0 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.12.3 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.13.0.rc1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.12.2 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.13.0.beta1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.12.1 spec/spec_tests/data/uri_options/auth-options.yml
mongo-2.12.0.rc0 spec/spec_tests/data/uri_options/auth-options.yml