Skip to content

Commit e2993c0

Browse files
authored
DOCSP-16012 LDAP clarification (#2814) (#3009)
* DOCSP-16012 LDAP clarification * Fixes per Sarah * Fixes per Sarah * Fixes per Alex M
1 parent 95adaf7 commit e2993c0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/core/security-ldap-external.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ configuration of LDAP authorization for your MongoDB deployment.
8585
Compatible Authentication Mechanism
8686
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8787

88-
The following authentication mechanisms are compatible with MongoDB LDAP
89-
authorization:
88+
MongoDB supports LDAP authorization with the following authentication methods:
9089

9190
- :ref:`security-ldap`
9291
- :ref:`security-kerberos`
9392
- :ref:`security-auth-x509`
9493

94+
With this configuration, MongoDB uses LDAP, X.509, or Kerberos
95+
authorization to authenticate client connections.
96+
9597
.. _ldap-connection-pool-behavior:
9698

9799
Connection Pool
@@ -317,6 +319,10 @@ configuration file:
317319

318320
- **NO**, unless client usernames require transformation into LDAP DNs.
319321

322+
When you have configured LDAP authorization, restart :program:`mongod` or
323+
:program:`mongos`. The server now uses LDAP authorization with
324+
X.509, Kerberos, or LDAP to authenticate client connections.
325+
320326
LDAP Query Template
321327
~~~~~~~~~~~~~~~~~~~
322328

0 commit comments

Comments
 (0)