File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ the following settings:
447
447
448
448
`url`::
449
449
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
451
451
the `domain_name` setting and assumes an unencrypted connection to port 389.
452
452
Defaults to `ldap://<domain_name>:389`. This setting is required when connecting
453
453
using SSL/TLS or when using a custom port.
@@ -549,9 +549,8 @@ Defaults to `true`.
549
549
550
550
`user_search.pool.health_check.dn`::
551
551
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.
555
554
556
555
`user_search.pool.health_check.interval`::
557
556
The interval to perform background checks of connections in the pool.
You can’t perform that action at this time.
0 commit comments