File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,13 @@ inherit:
463
463
file : options-k8s-shared.yaml
464
464
---
465
465
program : k8sRsConf
466
+ name : spec.security.authentication.ldap.timeoutMS
467
+ inherit :
468
+ name : spec.security.authentication.ldap.timeoutMS
469
+ program : _shared
470
+ file : options-k8s-shared.yaml
471
+ ---
472
+ program : k8sRsConf
466
473
name : spec.security.authentication.ldap.transportSecurity
467
474
inherit :
468
475
name : spec.security.authentication.ldap.transportSecurity
@@ -533,6 +540,13 @@ inherit:
533
540
file : options-k8s-shared.yaml
534
541
---
535
542
program : k8sRsConf
543
+ name : spec.security.authentication.ldap.userCacheInvalidationInterval
544
+ inherit :
545
+ name : spec.security.authentication.ldap.userCacheInvalidationInterval
546
+ program : _shared
547
+ file : options-k8s-shared.yaml
548
+ ---
549
+ program : k8sRsConf
536
550
name : spec.security.authentication.agents
537
551
inherit :
538
552
name : spec.security.authentication.agents
Original file line number Diff line number Diff line change @@ -842,6 +842,16 @@ description: |
842
842
servers:
843
843
- "<hostname1>:<port1>"
844
844
- "<hostname2>:<port2>"
845
+
846
+ ---
847
+ program : _shared
848
+ name : spec.security.authentication.ldap.timeoutMS
849
+ type : integer
850
+ directive : setting
851
+ optional : true
852
+ description : |
853
+ Specifies how many milliseconds an authentication request should
854
+ wait before timing out.
845
855
---
846
856
program : _shared
847
857
name : spec.security.authentication.ldap.transportSecurity
@@ -973,6 +983,14 @@ description: |
973
983
.. seealso:: :manual:`security.ldap.userToDNMapping </reference/configuration-options/#security.ldap.userToDNMapping>` in the MongoDB Manual
974
984
---
975
985
program : _shared
986
+ name : spec.security.authentication.ldap.userCacheInvalidationInterval
987
+ type : integer
988
+ directive : setting
989
+ description : |
990
+ Specifies how many seconds MongoDB waits to flush the LDAP user
991
+ cache. Defaults to 30 seconds.
992
+ ---
993
+ program : _shared
976
994
name : spec.security.authentication.agents
977
995
type : collection
978
996
directive : setting
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ cluster resource types:
338
338
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.requireClientTLSAuthentication.rst
339
339
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.rst
340
340
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.servers.rst
341
+ .. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.timeoutMS.rst
341
342
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.transportSecurity.rst
342
343
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.caConfigMapRef.rst
343
344
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.caConfigMapRef.name.rst
@@ -348,6 +349,7 @@ cluster resource types:
348
349
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.authzQueryTemplate.rst
349
350
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.automationLdapGroupDN.rst
350
351
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.userToDNMapping.rst
352
+ .. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.userCacheInvalidationInterval.rst
351
353
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.rst
352
354
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.mode.rst
353
355
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.automationUserName.rst
You can’t perform that action at this time.
0 commit comments