Skip to content

Commit ecd78d8

Browse files
committed
last inernal review comments
1 parent 769c97b commit ecd78d8

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

source/security/authentication.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ the subject name of the client certificate.
241241
The following code snippets show how to specify the authentication mechanism
242242
by using the following placeholders:
243243

244-
* ``hostname``: network address of your MongoDB deployment, accessible by your client.
245-
* ``port``: port number of your MongoDB server.
246-
* ``authenticationDb``: MongoDB database that contains your user's
244+
* ``hostname``: The network address of your MongoDB deployment, accessible by your client.
245+
* ``port``: The port number of your MongoDB server.
246+
* ``authenticationDb``: The MongoDB database that contains your user's
247247
authentication data. If you omit this parameter, the driver uses the
248248
default value ``admin``.
249249

@@ -315,12 +315,12 @@ In the following sections, you can learn different ways to specify the
315315

316316
These sections contain code examples that use the following placeholders:
317317

318-
* ``awsKeyId``: value of your AWS access key ID
319-
* ``awsSecretKey``: value of your AWS secret access key
320-
* ``atlasUri``: network address of your MongoDB Atlas deployment
321-
* ``hostname``: hostname of your MongoDB Atlas deployment
322-
* ``port``: port of your MongoDB Atlas deployment
323-
* ``awsSessionToken``: value of your AWS session token
318+
* ``awsKeyId``: The value of your AWS access key ID
319+
* ``awsSecretKey``: The value of your AWS secret access key
320+
* ``atlasUri``: The network address of your MongoDB Atlas deployment
321+
* ``hostname``: The hostname of your MongoDB Atlas deployment
322+
* ``port``: The port of your MongoDB Atlas deployment
323+
* ``awsSessionToken``: The value of your AWS session token
324324

325325
.. _kotlin-mongodb-aws-sdk:
326326

@@ -329,7 +329,7 @@ AWS SDK
329329

330330
.. note:: End of Support for AWS SDK for Java v1
331331

332-
The AWS SDK for Java v1 will reach end of support on Decemeber 31, 2025.
332+
The AWS SDK for Java v1 will reach end of support on December 31, 2025.
333333
AWS recommends migrating to AWS SDK for Java v2. For more information,
334334
see the `end of support announcement
335335
<https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/>`__

source/security/enterprise-auth.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ principal name.
5454
The following code snippets show how to specify the authentication mechanism,
5555
using the following placeholders:
5656

57-
* ``Kerberos principal``: your URL-encoded principal name, e.g. "username%40REALM.ME"
58-
* ``hostname``: network address of your MongoDB deployment, accessible by your client
59-
* ``port``: port number of your MongoDB deployment
57+
* ``Kerberos principal``: Your URL-encoded principal name, e.g. "username%40REALM.ME"
58+
* ``hostname``: The network address of your MongoDB deployment, accessible by your client
59+
* ``port``: Your port number of your MongoDB deployment
6060

6161
Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
6262
tab below for instructions and sample code for specifying this authentication
@@ -253,10 +253,10 @@ parameter to ``PLAIN`` and including your LDAP username and password in the
253253
The following code snippets show how to specify the authentication mechanism,
254254
using the following placeholders:
255255

256-
* ``LDAP username``: your LDAP username
257-
* ``password``: your LDAP user's password
258-
* ``hostname``: network address of your MongoDB deployment, accessible by your client
259-
* ``port``: port number of your MongoDB deployment
256+
* ``LDAP username``: Your LDAP username
257+
* ``password``: Your LDAP user's password
258+
* ``hostname``: The network address of your MongoDB deployment, accessible by your client
259+
* ``port``: The port number of your MongoDB deployment
260260

261261
Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
262262
tab below for instructions and sample code for specifying this authentication

0 commit comments

Comments
 (0)