Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/core/security-ldap-external.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ The LDAP Authorization process is summarized below:
<security-ldap-external-compatibility>`.

#. MongoDB binds to to the LDAP server specified with :setting:`security.ldap.servers`
using the credentials specified with :setting:`security.ldap.queryUser` and
:setting:`security.ldap.queryPassword`.
using the credentials specified with :setting:`security.ldap.bind.queryUser` and
:setting:`security.ldap.bind.queryPassword`.

MongoDB uses simple binding by default, but can use ``sasl`` binding
instead if configured in :setting:`security.ldap.bind.method` and
Expand Down Expand Up @@ -265,8 +265,8 @@ configuration file:
:setting:`~security.ldap.bind.queryPassword` for authenticating or binding
as when connecting to the LDAP server.

- **NO**, unless replacing :setting:`~security.ldap.queryUser` and
:setting:`~security.ldap.queryPassword`.
- **NO**, unless replacing :setting:`~security.ldap.bind.queryUser` and
:setting:`~security.ldap.bind.queryPassword`.

* - :setting:`security.ldap.userToDNMapping`

Expand Down