Skip to content

Authentication Issue #12

@celian-m

Description

@celian-m

I tried to connect to a secure MongoDb instance using:

        MongoDBConnection.username = "XXXX"
        MongoDBConnection.password = "YYYY"
        MongoDBConnection.authdb = "ZZZZ"

But theses parameters are never used. Instead, in order to connect the following works:

MongoDBConnection.host = "XXXX:YYYY@localhost/ZZZZ"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions