@@ -219,9 +219,6 @@ Options
219
219
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
220
220
for listing every LDAP server in your infrastructure.
221
221
222
- This setting can be configured on a running :program:`mongoldap` using
223
- :dbcommand:`setParameter`.
224
-
225
222
If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
226
223
</core/security-ldap>`.
227
224
@@ -243,9 +240,6 @@ Options
243
240
244
241
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
245
242
246
- This setting can be configured on a running :program:`mongoldap` using
247
- :dbcommand:`setParameter`.
248
-
249
243
.. note::
250
244
251
245
Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -419,10 +413,6 @@ Options
419
413
MongoDB server and the LDAP server, if the source of the failure is a
420
414
connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
421
415
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
-
426
416
427
417
.. option:: --ldapUserToDNMapping=<string>
428
418
@@ -578,10 +568,6 @@ Options
578
568
579
569
If :option:`--ldapUserToDNMapping` is unset, :program:`mongoldap` applies no transformations to the username
580
570
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
-
585
571
586
572
.. option:: --ldapAuthzQueryTemplate=<string>
587
573
@@ -651,13 +637,9 @@ Options
651
637
652
638
If unset, :program:`mongoldap` cannot authorize users using LDAP.
653
639
654
- This setting can be configured on a running :program:`mongoldap` using the
655
- :dbcommand:`setParameter` database command.
656
-
657
640
.. note::
658
641
659
642
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
660
643
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
661
644
of scope for the MongoDB Documentation. Please review the RFC directly or
662
645
use your preferred LDAP resource.
663
-
0 commit comments