File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,16 @@ The minimum driver versions that support ``SCRAM`` are:
107
107
Additional Information
108
108
----------------------
109
109
110
- - `Blog Post: Improved Password-Based Authentication in MongoDB 3.0: SCRAM
111
- Explained (Part 1)
112
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
113
- odb-30-scram-explained-part-1?tck=docs_server>`_
114
-
115
- - `Blog Post: Improved Password-Based Authentication in MongoDB 3.0: SCRAM
116
- Explained (Part 2)
117
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
118
- odb-30-scram-explained-part-2?tck=docs_server>`_
110
+ .. include:: /includes/md5-and-scram-sha-1.rst
111
+
112
+ .. seealso::
113
+
114
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
115
+ (Part 1)
116
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
117
+ odb-30-scram-explained-part-1?tck=docs_server>`_
118
+
119
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
120
+ (Part 2)
121
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
122
+ odb-30-scram-explained-part-2?tck=docs_server>`_
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 :ref: `FIPS mode <fips-overview >`, then instead of
7
+ :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 @@ -242,3 +242,5 @@ Additional Considerations
242
242
--------------------------
243
243
244
244
.. include:: /includes/extracts/4.2-changes-fips.rst
245
+
246
+ .. include:: /includes/md5-and-scram-sha-1.rst
You can’t perform that action at this time.
0 commit comments