File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ MongoDB supports the following SCRAM mechanisms:
67
67
To modify the iteration count for ``SCRAM-SHA-256``, see
68
68
:parameter:`scramSHA256IterationCount`.
69
69
70
-
71
70
When you create or update a SCRAM user, you can indicate:
72
71
73
72
- the SCRAM mechanism to use
@@ -90,13 +89,19 @@ The minimum driver versions that support ``SCRAM`` are:
90
89
Additional Information
91
90
----------------------
92
91
93
- - `Blog Post: Improved Password-Based Authentication: SCRAM Explained (Part 1)
94
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
95
- odb-30-scram-explained-part-1?tck=docs_server>`_
92
+ .. include:: /includes/md5-and-scram-sha-1.rst
93
+
94
+ .. seealso::
95
+
96
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
97
+ (Part 1)
98
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
99
+ odb-30-scram-explained-part-1?tck=docs_server>`_
96
100
97
- - `Blog Post: Improved Password-Based Authentication: SCRAM Explained (Part 2)
98
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
99
- odb-30-scram-explained-part-2?tck=docs_server>`_
101
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
102
+ (Part 2)
103
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
104
+ odb-30-scram-explained-part-2?tck=docs_server>`_
100
105
101
106
.. toctree::
102
107
:titlesonly:
Original file line number Diff line number Diff line change
1
+ If you use :ref: `SCRAM-SHA-1 <authentication-scram-sha-1 >`:
2
+
3
+ - :term: `md5 ` is necessary but is not used for cryptographic purposes,
4
+ and
5
+
6
+ - if you use :doc: `FIPS mode </tutorial/configure-fips >`, then instead
7
+ of :ref: `SCRAM-SHA-1 <authentication-scram-sha-1 >` use:
8
+
9
+ - :ref: `SCRAM-SHA-256 <authentication-scram-sha-256 >`,
10
+ - :ref: `Kerberos <security-kerberos >`,
11
+ - :ref: `LDAP <security-ldap >`, or
12
+ - :ref: `x.509 <security-auth-x509 >`
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ command line.
36
36
authentication. If you use Kerberos or LDAP authentication, you must
37
37
ensure that these external mechanisms are FIPS-compliant.
38
38
39
+
39
40
.. note::
40
41
41
42
.. include:: /includes/fact-tls-1.0.rst
@@ -240,3 +241,5 @@ Additional Considerations
240
241
--------------------------
241
242
242
243
.. include:: /includes/extracts/4.2-changes-fips.rst
244
+
245
+ .. include:: /includes/md5-and-scram-sha-1.rst
You can’t perform that action at this time.
0 commit comments