File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ MongoDB Server Parameters
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. facet::
10
+ :name: genre
11
+ :values: reference
12
+
9
13
.. contents:: On this page
10
14
:local:
11
15
:backlinks: none
@@ -182,6 +186,32 @@ Authentication Parameters
182
186
If you have any concerns regarding your MongoDB version, OS version or
183
187
libldap version, please contact MongoDB Support.
184
188
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
+
185
215
.. parameter:: ldapRetryCount
186
216
187
217
.. versionadded:: 6.1
You can’t perform that action at this time.
0 commit comments