-
Ivan Kanakarakis authored
## 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 <ivan.kanak@gmail.com>
Ivan Kanakarakis authored## 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 <ivan.kanak@gmail.com>
Loading