lightblue-platform / lightblue-ldap

LDAP controller for Lightblue
GNU General Public License v3.0
1 stars 10 forks source link

Close ldap connections #97

Open dcrissman opened 8 years ago

dcrissman commented 8 years ago

The ldap client has a close method, but I need to look into how best to use with connection pooling in mind.

dcrissman commented 8 years ago

https://docs.ldap.com/ldap-sdk/docs/javadoc/com/unboundid/ldap/sdk/LDAPConnectionPool.html https://docs.ldap.com/ldap-sdk/docs/getting-started/connection-pools.html -> see Checking Out and Returning Connections