From 4d646ca819bcddb0e261b6e05d19ef71c5e5f97a Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 21 Jul 2020 10:48:08 -0400 Subject: [PATCH] [DOCS] Fix typo in LDAP config docs (#59953) (#59974) Co-authored-by: AndyHunt66 --- .../security/authentication/configuring-ldap-realm.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/security/authentication/configuring-ldap-realm.asciidoc b/x-pack/docs/en/security/authentication/configuring-ldap-realm.asciidoc index 6dc67e4acdc..6e2968ab6bc 100644 --- a/x-pack/docs/en/security/authentication/configuring-ldap-realm.asciidoc +++ b/x-pack/docs/en/security/authentication/configuring-ldap-realm.asciidoc @@ -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` of the LDAP server, and set `user_search.base_dn` to the container DN where the users are searched for. @@ -210,4 +210,4 @@ xpack: -------------------------------------------------- -- -. Set up SSL to encrypt communications between {es} and LDAP. See <>. \ No newline at end of file +. Set up SSL to encrypt communications between {es} and LDAP. See <>.