You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 8.5.1 (2025-02-10)
- ldap_attribute_store plugin: Add configuration option `use_all_results` to
specify whether all LDAP results should be processed.
- ldap_attribute_store plugin: Add configuration option `provider_attribute` to
define the extracted attribute (ie, domain) that will be used to select the LDAP
configuration.
- ldap_attribute_store plugin: Add configuration option search_filter to define
complex LDAP queries, when the default search based on an identifier is not
good enough.
- ldap_attribute_store plugin: Add configuration option pool_lifetime. The LDAP
Server may abandon connections after some time without notifying the client.
The new option allows to set the maximum pool lifetime, so that connections
close on the client side.
Signed-off-by: Ivan Kanakarakis <[email protected]>
0 commit comments