File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,13 @@ inherit:
436
436
file : options-k8s-shared.yaml
437
437
---
438
438
program : k8sRsConf
439
+ name : spec.security.authentication.ldap.automationLdapGroupDN
440
+ inherit :
441
+ name : spec.security.authentication.ldap.automationLdapGroupDN
442
+ program : _shared
443
+ file : options-k8s-shared.yaml
444
+ ---
445
+ program : k8sRsConf
439
446
name : spec.security.authentication.ldap.userToDNMapping
440
447
inherit :
441
448
name : spec.security.authentication.ldap.userToDNMapping
Original file line number Diff line number Diff line change @@ -716,6 +716,23 @@ description: |
716
716
.. seealso:: :manual:`LDAP Query Templates </core/security-ldap-external/#ldap-query-template>` in the MongoDB Manual
717
717
---
718
718
program : _shared
719
+ name : spec.security.authentication.ldap.automationLdapGroupDN
720
+ type : string
721
+ directive : setting
722
+ description : |
723
+
724
+ The Distinguished Name (DN) of the LDAP group to which the
725
+ {+mdbagent+} user belongs.
726
+
727
+ This setting is required if:
728
+
729
+ - :setting:`spec.security.authentication.ldap.authzQueryTemplate` is
730
+ present, and
731
+ - :setting:`spec.security.authentication.agents.mode` is ``LDAP`` or
732
+ ``X509``.
733
+
734
+ ---
735
+ program : _shared
719
736
name : spec.security.authentication.ldap.userToDNMapping
720
737
type : string
721
738
directive : setting
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ cluster resource types:
226
226
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.bindQueryPasswordSecretRef.rst
227
227
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.bindQueryPasswordSecretRef.name.rst
228
228
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.authzQueryTemplate.rst
229
+ .. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.automationLdapGroupDN.rst
229
230
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.userToDNMapping.rst
230
231
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.rst
231
232
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.mode.rst
You can’t perform that action at this time.
0 commit comments