Skip to content

Commit a3a35be

Browse files
author
AndyHunt66
authored
[DOCS] Fix typo in LDAP config docs (#59953)
1 parent 1cf9eac commit a3a35be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/security/authentication/configuring-ldap-realm.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ However, multiple bind operations might be needed to find the correct user DN.
1919

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

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

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

0 commit comments

Comments
 (0)