File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ The LDAP Authorization process is summarized below:
31
31
<security-ldap-external-compatibility>`.
32
32
33
33
#. MongoDB binds to to the LDAP server specified with :setting:`security.ldap.servers`
34
- using the credentials specified with :setting:`security.ldap.queryUser` and
35
- :setting:`security.ldap.queryPassword`.
34
+ using the credentials specified with :setting:`security.ldap.bind. queryUser` and
35
+ :setting:`security.ldap.bind. queryPassword`.
36
36
37
37
MongoDB uses simple binding by default, but can use ``sasl`` binding
38
38
instead if configured in :setting:`security.ldap.bind.method` and
@@ -265,8 +265,8 @@ configuration file:
265
265
:setting:`~security.ldap.bind.queryPassword` for authenticating or binding
266
266
as when connecting to the LDAP server.
267
267
268
- - **NO**, unless replacing :setting:`~security.ldap.queryUser` and
269
- :setting:`~security.ldap.queryPassword`.
268
+ - **NO**, unless replacing :setting:`~security.ldap.bind. queryUser` and
269
+ :setting:`~security.ldap.bind. queryPassword`.
270
270
271
271
* - :setting:`security.ldap.userToDNMapping`
272
272
You can’t perform that action at this time.
0 commit comments