LDAP connect/read timeout for Liferay 7.2

Max Max Max, modified 2 Years ago. New Member Posts: 23 Join Date: 2/2/07 Recent Posts
The default Liferay LDAP connect timeout is set to 500ms. Is there some way to increase this?I found the following setting for portal-ext.properties, but they don't actually change the timeoutemoticon Properties suggested to be changed by Liferay
# default timeout was 500ms
# default read timeout was 15000ms
ldap.connection.com.sun.jndi.ldap.connect.pool=true
ldap.connection.com.sun.jndi.ldap.connect.timeout=2000
ldap.connection.com.sun.jndi.ldap.read.timeout=20000
I'm using Java 11, Liferay 7.2.0-RC3Thanks for the help.