File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff 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
4343MongoDB Edition Compatibility
4444-----------------------------
Original file line number Diff line number Diff 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>`__
Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ manual.
9494Specify 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
10298in MongoDB 4.0, but this code example shows how to explicitly use this
10399mechanism. Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
@@ -131,10 +127,6 @@ mechanism:
131127Specify 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
139131earlier than 4.0, but this code example shows how to explicitly use this
140132mechanism. Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments