Skip to content

Commit f09b82b

Browse files
authored
(DOCSP-43747): Note that LDAP is deprecated for MongoDB 8.0 (OM) (#389) (#421)
Remerges 10gen/docs-ops-manager#389
1 parent 768b8a7 commit f09b82b

8 files changed

+20
-1
lines changed

source/core/installation-checklist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ information for accessing the databases. For details, see
168168
Will you use |ldap| for user authenticate to |onprem|?
169169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170170

171+
.. include:: /includes/ldap-deprecated.rst
172+
171173
If you want to use |ldap| for user management, you can configure |ldap|
172174
authentication before or after creating your first project. There are
173175
different prerequisites for implementing a new |ldap| authentication

source/includes/fact-mdbagent-kerberos-principal-as-user.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ using :manual:`LDAP authorization </core/security-ldap-external>`.
1010
.. tab:: LDAP Authorization
1111
:tabid: ldap-auth-kerberos-principal
1212

13+
.. include:: /includes/ldap-deprecated.rst
14+
1315
If you are using |ldap| authorization in your MongoDB deployment,
1416
you must create an |ldap| user and |ldap| group for the
1517
{+mdbagent+} on the |ldap| server. After creating the |ldap| user

source/includes/fact-mdbagent-x509-subject-as-user.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ using :manual:`LDAP authorization </core/security-ldap-external>`.
88
.. tab:: LDAP Authorization
99
:tabid: ldap-auth-x509
1010

11+
.. include:: /includes/ldap-deprecated.rst
12+
1113
If you are using |ldap| authorization in your MongoDB deployment,
1214
you must create an |ldap| user and |ldap| group for the
1315
{+mdbagent+} on the |ldap| server. After creating the |ldap| user

source/includes/ldap-deprecated.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. note::
2+
3+
Starting with MongoDB 8.0, |ldap| authentication and authorization is
4+
deprecated. The feature is available and will continue to operate
5+
without changes throughout the lifetime of MongoDB 8. |ldap| will be
6+
removed in a future major release.
7+
8+
For details, see :manual:`LDAP Deprecation </core/LDAP-deprecation>`.

source/includes/steps-add-group.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ optional: true
3838
level: 4
3939
content: |
4040
41+
.. include:: /includes/ldap-deprecated.rst
42+
4143
If managing |mms| users through |ldap|, enter values for the
4244
following **Optional LDAP Configuration** fields .
4345

source/tutorial/configure-for-ldap-authentication.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Configure |mms| Users for LDAP Authentication and Authorization
55
===============================================================
66

7-
87
.. default-domain:: mongodb
98

109
.. contents:: On this page

source/tutorial/configure-mongodb-agent-for-ldap.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Configure MongoDB Agent for LDAP
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/ldap-deprecated.rst
14+
1315
.. include:: /includes/extracts/intro-configure-mongodb-agent-ldap.rst
1416

1517
.. include:: /includes/extracts/note-manage-mongodb-agent-auth-with-automation-ldap.rst

source/tutorial/enable-ldap-authentication-for-group.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Enable LDAP Authentication for your |mms| Project
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. include:: /includes/ldap-deprecated.rst
16+
1517
.. _enable-ldap-authentication:
1618

1719
.. include:: /includes/enable-auth-intro.rst

0 commit comments

Comments
 (0)