Skip to content

Commit cfac467

Browse files
ravindk89kay-kim
authored andcommitted
DOCS-9594: ldapServers additional hosts for redundancy only
Signed-off-by: kay <[email protected]>
1 parent 0abc804 commit cfac467

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

source/includes/options-mongod.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,10 +2167,17 @@ optional: true
21672167
description: |
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`.

0 commit comments

Comments
 (0)