Skip to content

[DOCS] Fix typo in LDAP config docs #59953

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

Merged
merged 1 commit into from
Jul 21, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ However, multiple bind operations might be needed to find the correct user DN.

. To configure an `ldap` realm with user search:

.. Add a realm configuration of to `elasticsearch.yml` under the
.. Add a realm configuration to `elasticsearch.yml` under the
`xpack.security.authc.realms.ldap` namespace. At a minimum, you must specify
the `url` and `order` of the LDAP server, and set `user_search.base_dn` to the
container DN where the users are searched for.
Expand Down Expand Up @@ -207,4 +207,4 @@ xpack:
--------------------------------------------------
--

. Set up SSL to encrypt communications between {es} and LDAP. See <<tls-ldap>>.
. Set up SSL to encrypt communications between {es} and LDAP. See <<tls-ldap>>.