{"module_name":"common-services","error_message":"Internal server error has occurred.","details":"Uncategorized exception occured during LDAP processing; nested exception is javax.naming.NamingException: LDAP response read timed out, timeout used: 5000 ms.","error_code":99}VMware NSX 4.x
The default connection timeout for NSX LDAP integration is 5 seconds. The connection timed out because the AD server did not respond to the LDAP bind request within this period.
To workaround issue, the default NSX LDAP timeout value can be adjusted using the following steps:
/opt/vmware/proxy-tomcat/webapps/ROOT/WEB-INF/classes/authentication.propertiesvi /opt/vmware/proxy-tomcat/webapps/ROOT/WEB-INF/classes/authentication.propertiesauthentication.ldap.connectTimeoutInMs and authentication.ldap.readTimeoutInMsauthentication.ldap.connectTimeoutInMs=10000authentication.ldap.readTimeoutInMs=10000systemctl restart proxy