Disable LDAP Pooling
Crawford, Jeffrey
jcrawford at it.ucla.edu
Tue Jan 14 13:15:29 EST 2020
Hi All,
We have a misbehaving load balancer in front of our LDAP server that seems to drop connections that are open for too long, despite being configured to allow connections up to one hour. Until we can figure out why that is happening, we want to disable pooling on the attribute resolver. We tried commenting out the section:
<ConnectionPool minPoolSize="3"
maxPoolSize="10"
blockWhenEmpty="true"
blockWaitTime="PT5S"
validatePeriodically="true"
validateTimerPeriod="PT30M"
expirationTime="PT10M"/>
But that seems to revert pooling to default values, is there a flag of some sort that disables pooling altogether?
Thanks
Jeffrey C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200114/8bc90c42/attachment.html>
More information about the users
mailing list