Skip to content

Commit 8d6bb91

Browse files
committed
[DOCS] Clarified user_search.pool.health_check.dn
1 parent f6308b7 commit 8d6bb91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

x-pack/docs/en/settings/security-settings.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ the following settings:
447447

448448
`url`::
449449
An LDAP URL of the form `ldap[s]://<server>:<port>`. {security} attempts to
450-
authenticate against this URL. If the URL is note specified, it is derived from
450+
authenticate against this URL. If the URL is not specified, it is derived from
451451
the `domain_name` setting and assumes an unencrypted connection to port 389.
452452
Defaults to `ldap://<domain_name>:389`. This setting is required when connecting
453453
using SSL/TLS or when using a custom port.
@@ -549,9 +549,8 @@ Defaults to `true`.
549549

550550
`user_search.pool.health_check.dn`::
551551
The distinguished name to be retrieved as part of the health check.
552-
Defaults to the value of `bind_dn` if it is a distinguished name.
553-
//TBD: The https://www.elastic.co/guide/en/x-pack/master/active-directory-realm.html#ad-settings said:
554-
//Defaults to the value of bind_dn if present, and if not falls back to user_search.base_dn.
552+
Defaults to the value of `bind_dn` if that setting is present. Otherwise, it
553+
defaults to the value of the `user_search.base_dn` setting.
555554

556555
`user_search.pool.health_check.interval`::
557556
The interval to perform background checks of connections in the pool.

0 commit comments

Comments
 (0)