4 Jan
2017
4 Jan
'17
9:44 a.m.
On Jan 4, 2017, at 9:14 AM, A.L.M.Buxey@lboro.ac.uk wrote:
using connection pools? the server is used if theres a known connection to it if using stateful methods - eg TCP and SSL...
The connection pools work only for one LDAP server. If you have 2 and want to load-balance, you need 2 connection pools.
are you using SSL based connections? if so, is your OpenLDAP compiled against OpenSSL or against LibNSS? if the later then theres a hideous pit of incompatibilities (that we hit) that can only be resolved by using a locally compiled version of OpenLDAP compiled against OpenSSL (which results in a pretty flawless pool system).
Yeah. Alan DeKok.