Skip to content

Commit 55faf1c

Browse files
committed
(DOCSP-43129): Backports DOCSP-42290 to v1.25. (#1818)
1 parent 9a0042d commit 55faf1c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/authentication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and :ref:`SCRAM <add-db-user-scram>` user authentication.
1818
.. note::
1919

2020
For LDAP configuration, see the
21-
:setting:`spec.security.authentication.ldap.automationLdapGroupDN`
21+
:setting:`spec.security.authentication.agents.automationLdapGroupDN`
2222
setting.
2323

2424
You must create an additional |k8s-crd| for your
@@ -79,6 +79,6 @@ Example User CRD
7979
.. seealso::
8080

8181
- :ref:`mongodbuser-specification`
82-
- :setting:`spec.security.authentication.ldap.automationLdapGroupDN`
82+
- :setting:`spec.security.authentication.agents.automationLdapGroupDN`
8383
- :ref:`Manage Database Users Using X.509 Authentication <create-x509-certs>`
8484
- :ref:`Manage Database Users Using SCRAM Authentication <add-db-user-scram>`

source/includes/setting-k8sRsConf-spec.security.authentication.ldap.automationLdapGroupDN.rst renamed to source/includes/setting-k8sRsConf-spec.security.authentication.agents.automationLdapGroupDN.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. setting:: spec.security.authentication.ldap.automationLdapGroupDN
1+
.. setting:: spec.security.authentication.agents.automationLdapGroupDN
22

33
*Type*: string
44

source/reference/k8s-operator-specification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ cluster resource types:
458458
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.bindQueryPasswordSecretRef.rst
459459
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.bindQueryPasswordSecretRef.name.rst
460460
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.authzQueryTemplate.rst
461-
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.automationLdapGroupDN.rst
461+
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.agents.automationLdapGroupDN.rst
462462
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.userToDNMapping.rst
463463
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.ldap.userCacheInvalidationInterval.rst
464464
.. include:: /includes/setting-k8sRsConf-spec.security.authentication.agents.rst

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ MongoDB Resource Changes
19911991

19921992
- Supports setting the Distinguished Name (DN) of the LDAP group to
19931993
which the {+mdbagent+} user belongs with the
1994-
:setting:`spec.security.authentication.ldap.automationLdapGroupDN`
1994+
:setting:`spec.security.authentication.agents.automationLdapGroupDN`
19951995
setting.
19961996
- Requires you to provide
19971997
:setting:`spec.security.authentication.agents.mode` if you specify

0 commit comments

Comments
 (0)