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
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
You can’t perform that action at this time.
0 commit comments