JNDI Configuration

This section covers information on JNDI systems.

JNDI System Properties

The Active Directory connector supports all JNDI system properties. For more information, refer to https://docs.oracle.com/javase/jndi/tutorial/ldap/connect/config.html.

Following are the available system properties:

com.sun.jndi.ldap.connect.pool.maxsize

com.sun.jndi.ldap.connect.pool.protocol

com.sun.jndi.ldap.connect.pool.timeout

com.sun.jndi.ldap.connect.pool.initsize

com.sun.jndi.ldap.connect.pool.authentication

com.sun.jndi.ldap.connect.pool.debug

For example:

Copy
<entry key="com.sun.jndi.ldap.connect.pool.maxsize" value="10"/> 
<entry key="com.sun.jndi.ldap.connect.pool.protocol" value="plain ssl"/> 
<entry key="com.sun.jndi.ldap.connect.pool.timeout" value="20000"/> 
<entry key="com.sun.jndi.ldap.connect.pool.initsize" value="5"/> 
<entry key="com.sun.jndi.ldap.connect.pool.authentication" value="plain ssl"/> 
<entry key="com.sun.jndi.ldap.connect.pool.debug" value="fine"/> 
<entry key="com.sun.jndi.ldap.connect.pool" value="true"/> 
<entry key="com.sun.jndi.ldap.read.timeout" value="120000"/>