File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ Starting in MongoDB 5.1, instances running in
2
+ :ref: `FIPS mode <fips-overview >` have the
3
+ :ref: `SCRAM-SHA-1 authentication mechanism <authentication-parameters >`
4
+ disabled by default. You can enable the :ref: `SCRAM-SHA-1 authentication
5
+ mechanism <authentication-parameters>` with the
6
+ :ref: `setParameter.authenticationMechanisms
7
+ <set-parameter-authenticationMechanisms-code>` command.
8
+
9
+ This change will not affect drivers which target MongoDB
10
+ :dbcommand: `setFeatureCompatibilityVersion ` 4.0+.
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ Parameters
51
51
52
52
.. |both| replace:: Available for both :binary:`~bin.mongod` and :binary:`~bin.mongos`.
53
53
54
+ .. _authentication-parameters:
55
+
54
56
Authentication Parameters
55
57
~~~~~~~~~~~~~~~~~~~~~~~~~
56
58
@@ -75,6 +77,8 @@ Authentication Parameters
75
77
For example, to specify both ``PLAIN`` and ``SCRAM-SHA-256`` as the
76
78
authentication mechanisms, use the following command:
77
79
80
+ .. _set-parameter-authenticationMechanisms-code:
81
+
78
82
.. code-block:: bash
79
83
80
84
mongod --setParameter authenticationMechanisms=PLAIN,SCRAM-SHA-256 --auth
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ Auditing
68
68
General Changes
69
69
---------------
70
70
71
+ FIPS Mode Defaults SCRAM-SHA-1 Authentication to Off
72
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73
+
74
+ .. include:: /includes/fact-5.1-scram-sha-1-fips-default.rst
75
+
71
76
``$mod`` Error Behavior
72
77
~~~~~~~~~~~~~~~~~~~~~~~
73
78
Original file line number Diff line number Diff line change @@ -241,4 +241,6 @@ Select the tab below for your platform:
241
241
Additional Considerations
242
242
--------------------------
243
243
244
+ .. include:: /includes/fact-5.1-scram-sha-1-fips-default.rst
245
+
244
246
.. include:: /includes/extracts/4.2-changes-fips.rst
You can’t perform that action at this time.
0 commit comments