@@ -207,9 +207,6 @@ Options
207
207
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
208
208
for listing every LDAP server in your infrastructure.
209
209
210
- This setting can be configured on a running :program:`mongoldap` using
211
- :dbcommand:`setParameter`.
212
-
213
210
If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
214
211
</core/security-ldap>`.
215
212
@@ -231,9 +228,6 @@ Options
231
228
232
229
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
233
230
234
- This setting can be configured on a running :program:`mongoldap` using
235
- :dbcommand:`setParameter`.
236
-
237
231
.. note::
238
232
239
233
Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -409,10 +403,6 @@ Options
409
403
MongoDB server and the LDAP server, if the source of the failure is a
410
404
connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
411
405
MongoDB waits for a response from the LDAP server.
412
-
413
- This setting can be configured on a running :program:`mongoldap` using
414
- :dbcommand:`setParameter`.
415
-
416
406
417
407
.. option:: --ldapUserToDNMapping=<string>
418
408
@@ -568,10 +558,6 @@ Options
568
558
569
559
If :option:`--ldapUserToDNMapping` is unset, :program:`mongoldap` applies no transformations to the username
570
560
when attempting to authenticate or authorize a user against the LDAP server.
571
-
572
- This setting can be configured on a running :program:`mongoldap` using the
573
- :dbcommand:`setParameter` database command.
574
-
575
561
576
562
.. option:: --ldapAuthzQueryTemplate=<string>
577
563
@@ -641,13 +627,9 @@ Options
641
627
642
628
If unset, :program:`mongoldap` cannot authorize users using LDAP.
643
629
644
- This setting can be configured on a running :program:`mongoldap` using the
645
- :dbcommand:`setParameter` database command.
646
-
647
630
.. note::
648
631
649
632
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
650
633
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
651
634
of scope for the MongoDB Documentation. Please review the RFC directly or
652
635
use your preferred LDAP resource.
653
-
0 commit comments