Skip to content

Commit c18a6b8

Browse files
(DOCS-15736): Mongoldap does not take setParameter at runtime (#2839)
* WIP * (DOCS-15736): Mongoldap does not take setParameter at runtime
1 parent 56f3749 commit c18a6b8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source/reference/program/mongoldap.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ Options
192192
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
193193
for listing every LDAP server in your infrastructure.
194194

195-
This setting can be configured on a running :program:`mongoldap` using
196-
:dbcommand:`setParameter`.
197-
198195
If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
199196
</core/security-ldap>`.
200197

@@ -216,9 +213,6 @@ Options
216213

217214
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
218215

219-
This setting can be configured on a running :program:`mongoldap` using
220-
:dbcommand:`setParameter`.
221-
222216
.. note::
223217

224218
Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -407,10 +401,6 @@ Options
407401
MongoDB server and the LDAP server, if the source of the failure is a
408402
connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
409403
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-
414404

415405
.. option:: --ldapUserToDNMapping=<string>
416406

@@ -552,10 +542,6 @@ Options
552542

553543
If :option:`--ldapUserToDNMapping` is unset, :program:`mongoldap` applies no transformations to the username
554544
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-
559545

560546
.. option:: --ldapAuthzQueryTemplate=<string>
561547

@@ -625,13 +611,9 @@ Options
625611

626612
If unset, :program:`mongoldap` cannot authorize users using LDAP.
627613

628-
This setting can be configured on a running :program:`mongoldap` using the
629-
:dbcommand:`setParameter` database command.
630-
631614
.. note::
632615

633616
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
634617
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
635618
of scope for the MongoDB Documentation. Please review the RFC directly or
636619
use your preferred LDAP resource.
637-

0 commit comments

Comments
 (0)