linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

[CNB] optional cache for HasLDAPAttribute SenderHasLDAPAttribute #5232

Closed chibenwa closed 1 month ago

chibenwa commented 1 month ago

Why

Reduce the amount of requests to the LDAP when used.

How

Optional cache encoded URL style. The cache is configurable (retention, max entries)

EG: matcher="SenderHasLDAPAttibute=description?cache=true&cacheRentention=1h&cacheSize=10000"

chibenwa commented 1 month ago

Duplicates #5236