@@ -219,9 +219,6 @@ Options
219219 4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
220220 for listing every LDAP server in your infrastructure.
221221
222- This setting can be configured on a running :program:`mongoldap` using
223- :dbcommand:`setParameter`.
224-
225222 If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
226223 </core/security-ldap>`.
227224
@@ -243,9 +240,6 @@ Options
243240
244241 If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
245242
246- This setting can be configured on a running :program:`mongoldap` using
247- :dbcommand:`setParameter`.
248-
249243 .. note::
250244
251245 Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -419,10 +413,6 @@ Options
419413 MongoDB server and the LDAP server, if the source of the failure is a
420414 connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
421415 MongoDB waits for a response from the LDAP server.
422-
423- This setting can be configured on a running :program:`mongoldap` using
424- :dbcommand:`setParameter`.
425-
426416
427417.. option:: --ldapUserToDNMapping=<string>
428418
@@ -578,10 +568,6 @@ Options
578568
579569 If :option:`--ldapUserToDNMapping` is unset, :program:`mongoldap` applies no transformations to the username
580570 when attempting to authenticate or authorize a user against the LDAP server.
581-
582- This setting can be configured on a running :program:`mongoldap` using the
583- :dbcommand:`setParameter` database command.
584-
585571
586572.. option:: --ldapAuthzQueryTemplate=<string>
587573
@@ -651,13 +637,9 @@ Options
651637
652638 If unset, :program:`mongoldap` cannot authorize users using LDAP.
653639
654- This setting can be configured on a running :program:`mongoldap` using the
655- :dbcommand:`setParameter` database command.
656-
657640 .. note::
658641
659642 An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
660643 `RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
661644 of scope for the MongoDB Documentation. Please review the RFC directly or
662645 use your preferred LDAP resource.
663-
0 commit comments