LDAP Connection Pool Pooling with SSL in JBoss Fuse
Issue
- In JBoss Fuse 6.2.1 and later, the LDAP context can be configured to enable connection pooling by adding:
<!-- LDAP connection pooling -->
<!-- http://docs.oracle.com/javase/jndi/tutorial/ldap/connect/pool.html -->
<!-- http://docs.oracle.com/javase/jndi/tutorial/ldap/connect/config.html -->
context.com.sun.jndi.ldap.connect.pool=true
</jaas:module>
</jaas:config>
to the ldap-module.xml configuration. This does not pool SSL LDAP connections, however. How can SSL LDAP connections be pooled?
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.