Skip to content

Commit a2b80f3

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15079 md5 usage in scram sha 1 (#638)
* 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 <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com> * DOCS-15079-md5-usage-in-SCRAM-SHA-1 Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent 3c3fc34 commit a2b80f3

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

source/tutorial/configure-fips.txt

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

39+
3940
.. note::
4041

4142
.. include:: /includes/fact-tls-1.0.rst
@@ -240,3 +241,5 @@ Additional Considerations
240241
--------------------------
241242

242243
.. include:: /includes/extracts/4.2-changes-fips.rst
244+
245+
.. include:: /includes/md5-and-scram-sha-1.rst

0 commit comments

Comments
 (0)