Skip to content

DOCS-9594: ldapServers additional hosts for redundancy only #2824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
15 changes: 11 additions & 4 deletions source/includes/options-mongod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2167,10 +2167,17 @@ optional: true
description: |
.. versionadded:: 3.4 Available in MongoDB Enterprise only.

Takes a quote-enclosed comma-separated string of one or more LDAP servers,
each in ``host:port`` format. {{program}} executes LDAP operations against
these servers to authenticate users or determine what actions a user is
authorized to perform on a given database.
The LDAP server against which the {{program}} executes LDAP operations
against to authenticate users or determine what actions a user is authorized
to perform on a given database. If the LDAP server specified has any
replicated instances, you may specify the host and port of each replicated
server in a comma-delimited list.

If your LDAP infrastrucure partitions the LDAP directory over multiple LDAP
servers, specify *one* LDAP server any of its replicated instances to
{{role}}. MongoDB supports following LDAP referrals as defined in `RFC 4511
4.1.10 <https://www.rfc-editor.org/rfc/rfc4511.txt>`_. Do not use {{role}}
for listing every LDAP server in your infrastucture.

This setting can be configured on a running {{program}} using
:dbcommand:`setParameter`.
Expand Down