Skip to content

Commit 4b9304d

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Docs 15079 md5 usage in scram sha 1 (#612)
* DOCS-15079-md5-usage-in-SCRAM-SHA-1 * DOCS-15079-md5-usage-in-SCRAM-SHA-1 * DOCS-15079-md5-usage-in-SCRAM-SHA-1 * DOCS-15079-md5-usage-in-SCRAM-SHA-1 * DOCS-15079-md5-usage-in-SCRAM-SHA-1 * DOCS-15079-md5-usage-in-SCRAM-SHA-1 Co-authored-by: jason-price-mongodb <[email protected]>
1 parent d3db07f commit 4b9304d

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

source/core/security-scram.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ MongoDB supports the following SCRAM mechanisms:
6767
To modify the iteration count for ``SCRAM-SHA-256``, see
6868
:parameter:`scramSHA256IterationCount`.
6969

70-
7170
When you create or update a SCRAM user, you can indicate:
7271

7372
- the SCRAM mechanism to use
@@ -90,13 +89,19 @@ The minimum driver versions that support ``SCRAM`` are:
9089
Additional Information
9190
----------------------
9291

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>`_
96100

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>`_
100105

101106
.. toctree::
102107
:titlesonly:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
If you use :ref:`SCRAM-SHA-1 <authentication-parameters>`:
2+
3+
- :term:`md5` is necessary but is not used for cryptographic purposes,
4+
and
5+
6+
- if you use :ref:`FIPS mode <fips-overview>`, then instead of
7+
:ref:`SCRAM-SHA-1 <authentication-parameters>` use:
8+
9+
- :ref:`SCRAM-SHA-256 <authentication-scram>`,
10+
- :ref:`Kerberos <security-kerberos>`,
11+
- :ref:`LDAP <security-ldap>`, or
12+
- :ref:`x.509 <security-auth-x509>`

source/tutorial/configure-fips.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ command line.
3838
authentication. If you use Kerberos or LDAP authentication, you must
3939
ensure that these external mechanisms are FIPS-compliant.
4040

41+
4142
.. note::
4243

4344
.. include:: /includes/fact-tls-1.0.rst
@@ -244,3 +245,5 @@ Additional Considerations
244245
.. include:: /includes/fact-5.1-scram-sha-1-fips-default.rst
245246

246247
.. include:: /includes/extracts/4.2-changes-fips.rst
248+
249+
.. include:: /includes/md5-and-scram-sha-1.rst

0 commit comments

Comments
 (0)