File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2167,10 +2167,17 @@ optional: true
21672167description : |
21682168 .. versionadded:: 3.4 Available in MongoDB Enterprise only.
21692169
2170- Takes a quote-enclosed comma-separated string of one or more LDAP servers,
2171- each in ``host:port`` format. {{program}} executes LDAP operations against
2172- these servers to authenticate users or determine what actions a user is
2173- authorized to perform on a given database.
2170+ The LDAP server against which the {{program}} executes LDAP operations
2171+ against to authenticate users or determine what actions a user is authorized
2172+ to perform on a given database. If the LDAP server specified has any
2173+ replicated instances, you may specify the host and port of each replicated
2174+ server in a comma-delimited list.
2175+
2176+ If your LDAP infrastrucure partitions the LDAP directory over multiple LDAP
2177+ servers, specify *one* LDAP server any of its replicated instances to
2178+ {{role}}. MongoDB supports following LDAP referrals as defined in `RFC 4511
2179+ 4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use {{role}}
2180+ for listing every LDAP server in your infrastucture.
21742181
21752182 This setting can be configured on a running {{program}} using
21762183 :dbcommand:`setParameter`.
You can’t perform that action at this time.
0 commit comments