[FEATURE] Support LDAP pool pruning #2090
Labels
enhancement
New feature or request
untriaged
Require the attention of the repository maintainers and may need to be prioritized
Is your feature request related to a problem?
LDAP pool pruning is a common requirement for connecting to productive ldap servers. Currently the pruning period and idle time is hard coded to 5 and 10 minutes respectively. It would be nice to be able to configure this through
config.yml
.What solution would you like?
Configure ldap connection pool pruning period and idle time through
config.yml
. For example, currently you can enable pooling and set the min and max size. ideallypool.idle_time
andpool.pruning_period
should also be configurable. Like this:What alternatives have you considered?
I'm currently running a custom image with above change.
Do you have any additional context?
Pruning period and idle time is currently set here
Maybe I'm not understanding the code correctly and this config can actually be set somewhere because there is a setting referenced:
But I have no idea where to set
pruning.period
andpruning.idleTime
.The text was updated successfully, but these errors were encountered: