Skip to content

Commit df4aa80

Browse files
authored
Add ldapQueryUser and ldapQueryPassword (#5683) (#5706)
* Add ldapQueryUser and ldapQueryPassword * simplify verbiage * fix indentation issue * add facet;
1 parent 5ebcc7b commit df4aa80

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

source/reference/parameters.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ MongoDB Server Parameters
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none
@@ -182,6 +186,32 @@ Authentication Parameters
182186
If you have any concerns regarding your MongoDB version, OS version or
183187
libldap version, please contact MongoDB Support.
184188

189+
.. parameter:: ldapQueryPassword
190+
191+
.. versionadded:: 4.4
192+
193+
|both|
194+
195+
*Type*: string
196+
197+
The password used to bind to an LDAP server. You must use
198+
:parameter:`ldapQueryUser` with this parameter.
199+
200+
If not set, mongod or mongos does not attempt to bind to the LDAP server.
201+
202+
.. parameter:: ldapQueryUser
203+
204+
.. versionadded:: 4.4
205+
206+
|both|
207+
208+
*Type*: string
209+
210+
The user that binds to an LDAP server. You must use
211+
:parameter:`ldapQueryPassword` with this parameter.
212+
213+
If not set, mongod or mongos does not attempt to bind to the LDAP server.
214+
185215
.. parameter:: ldapRetryCount
186216

187217
.. versionadded:: 6.1

0 commit comments

Comments
 (0)