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.
38
38
.. tip:: Connecting to MongoDB
39
39
40
40
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 .
42
42
43
43
MongoDB Edition Compatibility
44
44
-----------------------------
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ to improve performance.
193
193
On Windows, Oracle's JRE uses `LSA <https://docs.microsoft.com/en-us/windows/win32/secauthn/lsa-authentication>`__
194
194
rather than `SSPI <https://docs.microsoft.com/en-us/windows/win32/secauthn/sspi>`__
195
195
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 :
198
198
199
199
- `JDK-8054026 <https://bugs.openjdk.java.net/browse/JDK-8054026>`__
200
200
- `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.
94
94
Specify SCRAM-SHA-256 Authentication
95
95
------------------------------------
96
96
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
-
101
97
``SCRAM-SHA-256`` is the default authentication method for MongoDB starting
102
98
in MongoDB 4.0, but this code example shows how to explicitly use this
103
99
mechanism. Select the :guilabel:`Connection String` or the :guilabel:`MongoCredential`
@@ -131,10 +127,6 @@ mechanism:
131
127
Specify SCRAM-SHA-1 Authentication
132
128
----------------------------------
133
129
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
-
138
130
``SCRAM-SHA-1`` is the default authentication method for MongoDB versions
139
131
earlier than 4.0, but this code example shows how to explicitly use this
140
132
mechanism. 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.
28
28
.. tip:: X.509 Mechanism
29
29
30
30
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 .
32
32
33
33
For more information about X.509 certificates, see
34
34
:manual:`Use x.509 Certificates to Authenticate Clients on Self-Managed Deployments
You can’t perform that action at this time.
0 commit comments