@@ -192,9 +192,6 @@ Options
192
192
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
193
193
for listing every LDAP server in your infrastructure.
194
194
195
- This setting can be configured on a running :program:`mongoldap` using
196
- :dbcommand:`setParameter`.
197
-
198
195
If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
199
196
</core/security-ldap>`.
200
197
@@ -216,9 +213,6 @@ Options
216
213
217
214
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
218
215
219
- This setting can be configured on a running :program:`mongoldap` using
220
- :dbcommand:`setParameter`.
221
-
222
216
.. note::
223
217
224
218
Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -407,10 +401,6 @@ Options
407
401
MongoDB server and the LDAP server, if the source of the failure is a
408
402
connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
409
403
MongoDB waits for a response from the LDAP server.
410
-
411
- This setting can be configured on a running :program:`mongoldap` using
412
- :dbcommand:`setParameter`.
413
-
414
404
415
405
.. option:: --ldapUserToDNMapping=<string>
416
406
@@ -552,10 +542,6 @@ Options
552
542
553
543
If :option:`--ldapUserToDNMapping` is unset, :program:`mongoldap` applies no transformations to the username
554
544
when attempting to authenticate or authorize a user against the LDAP server.
555
-
556
- This setting can be configured on a running :program:`mongoldap` using the
557
- :dbcommand:`setParameter` database command.
558
-
559
545
560
546
.. option:: --ldapAuthzQueryTemplate=<string>
561
547
@@ -625,13 +611,9 @@ Options
625
611
626
612
If unset, :program:`mongoldap` cannot authorize users using LDAP.
627
613
628
- This setting can be configured on a running :program:`mongoldap` using the
629
- :dbcommand:`setParameter` database command.
630
-
631
614
.. note::
632
615
633
616
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
634
617
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
635
618
of scope for the MongoDB Documentation. Please review the RFC directly or
636
619
use your preferred LDAP resource.
637
-
0 commit comments