Configuring LDAP connection pooling
The LDAP service provider maintains a pool of connections and assigns them as needed. When a connection is closed, LDAP returns the connection to the pool for future use. This can significantly improve performance.
In Crowd, you can use two types of LDAP connection pools.
JNDI | Legacy pooling type. You configure it globally, the same properties are used for all directories that use this type. Depending on your JDK version, you can configure it in Crowd or by using system properties. | Learn more |
---|---|---|
Dynamic | Improved pooling type with more settings and customizations. You enable it separately for each directory, and each of them can use their own set of properties. You can configure it in Crowd. This type is required for directories that use StartTLS. This type is recommended as it significantly improves performance. | Learn more |