Skip to content

Commit 1bba27a

Browse files
committed
small fixes
1 parent 7194750 commit 1bba27a

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

source/security/auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the identity of a client to ensure security before connecting.
3838
.. tip:: Connecting to MongoDB
3939

4040
To learn how to establish a connection to your MongoDB deployment, see the
41-
:ref:`java-connect-to-mongodb`.
41+
:ref:`java-connect-to-mongodb` guide.
4242

4343
MongoDB Edition Compatibility
4444
-----------------------------

source/security/auth/kerberos.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ to improve performance.
193193
On Windows, Oracle's JRE uses `LSA <https://docs.microsoft.com/en-us/windows/win32/secauthn/lsa-authentication>`__
194194
rather than `SSPI <https://docs.microsoft.com/en-us/windows/win32/secauthn/sspi>`__
195195
in its implementation of GSSAPI which limits interoperability with
196-
Windows Active Directory and implementations of single sign-on. See the
197-
following articles for more information:
196+
Windows Active Directory and implementations of single sign-on. For more
197+
information, see the following resources:
198198

199199
- `JDK-8054026 <https://bugs.openjdk.java.net/browse/JDK-8054026>`__
200200
- `JDK-6722928 <https://bugs.openjdk.java.net/browse/JDK-6722928>`__

source/security/auth/scram.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ manual.
9494
Specify SCRAM-SHA-256 Authentication
9595
------------------------------------
9696

97-
``SCRAM-SHA-256`` is a salted challenge-response authentication mechanism
98-
(SCRAM) that uses your username and password, encrypted with the ``SHA-256``
99-
algorithm, to authenticate your user.
100-
10197
``SCRAM-SHA-256`` is the default authentication method for MongoDB starting
10298
in MongoDB 4.0, but this code example shows how to explicitly use this
10399
mechanism. Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
@@ -131,10 +127,6 @@ mechanism:
131127
Specify SCRAM-SHA-1 Authentication
132128
----------------------------------
133129

134-
``SCRAM-SHA-1`` is a salted challenge-response mechanism (SCRAM) that uses your
135-
username and password, encrypted with the ``SHA-1`` algorithm, to authenticate
136-
your user.
137-
138130
``SCRAM-SHA-1`` is the default authentication method for MongoDB versions
139131
earlier than 4.0, but this code example shows how to explicitly use this
140132
mechanism. Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`

source/security/auth/x509.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Enterprise Advanced, and MongoDB Community Edition.
2828
.. tip:: X.509 Mechanism
2929

3030
To learn how to use TLS/SSL with the {+driver-short+},
31-
see :ref:`TLS/SSL <tls-ssl>`.
31+
see the :ref:`tls-ssl` guide.
3232

3333
For more information about X.509 certificates, see
3434
:manual:`Use x.509 Certificates to Authenticate Clients on Self-Managed Deployments

0 commit comments

Comments
 (0)