File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ the following settings:
447447
448448`url`::
449449An 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
451451the `domain_name` setting and assumes an unencrypted connection to port 389.
452452Defaults to `ldap://<domain_name>:389`. This setting is required when connecting
453453using SSL/TLS or when using a custom port.
@@ -549,9 +549,8 @@ Defaults to `true`.
549549
550550`user_search.pool.health_check.dn`::
551551The 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`::
557556The interval to perform background checks of connections in the pool.
You can’t perform that action at this time.
0 commit comments