Skip to content

Commit 0d812ed

Browse files
(DOCS-15736): Mongoldap does not take setParameter at runtime (#2839)
* WIP * (DOCS-15736): Mongoldap does not take setParameter at runtime
1 parent 945616b commit 0d812ed

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
@@ -207,9 +207,6 @@ Options
207207
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use :option:`--ldapServers`
208208
for listing every LDAP server in your infrastructure.
209209

210-
This setting can be configured on a running :program:`mongoldap` using
211-
:dbcommand:`setParameter`.
212-
213210
If unset, :program:`mongoldap` cannot use :doc:`LDAP authentication or authorization
214211
</core/security-ldap>`.
215212

@@ -231,9 +228,6 @@ Options
231228

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

234-
This setting can be configured on a running :program:`mongoldap` using
235-
:dbcommand:`setParameter`.
236-
237231
.. note::
238232

239233
Windows MongoDB deployments can use :option:`--ldapBindWithOSDefaults`
@@ -409,10 +403,6 @@ Options
409403
MongoDB server and the LDAP server, if the source of the failure is a
410404
connection timeout. Decreasing the value of :option:`--ldapTimeoutMS` reduces the time
411405
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-
416406

417407
.. option:: --ldapUserToDNMapping=<string>
418408

@@ -568,10 +558,6 @@ Options
568558

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

576562
.. option:: --ldapAuthzQueryTemplate=<string>
577563

@@ -641,13 +627,9 @@ Options
641627

642628
If unset, :program:`mongoldap` cannot authorize users using LDAP.
643629

644-
This setting can be configured on a running :program:`mongoldap` using the
645-
:dbcommand:`setParameter` database command.
646-
647630
.. note::
648631

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

0 commit comments

Comments
 (0)