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 89359d0 commit ef553fcCopy full SHA for ef553fc
source/security/enterprise-auth.txt
@@ -276,7 +276,7 @@ mechanism:
276
277
.. code-block:: java
278
279
- MongoClient mongoClient = MongoClients.create("<username>:<db_password>@<hostname>:<port>/?authSource=$external&authMechanism=PLAIN");
+ MongoClient mongoClient = MongoClients.create("<username>:<password>@<hostname>:<port>/?authSource=$external&authMechanism=PLAIN");
280
281
.. tab::
282
:tabid: MongoCredential
0 commit comments