Make LDAP connection pool settings configurable
Activity
Show:

Kiyoshi Lee January 24, 2012 at 2:24 PM
PASSED Manual Testing using the following steps:
Download and install Apache Directory Server 1.0.2
Download and install Jxplorer 3.2
Configure Jxplorer
Host: localhost
Port: 10389
Protocol: LDAP v3
Level: User + Password
UserDN: uid=admin,ou=System
Password: Test
In Liferay, go to Control Panel > Portal Settings > Authentication > LDAP
Flag Enabled, Import Enabled, and Export Enabled
Click Save
Click LDAP tab
ClIck Add under LDAP Servers
Click Test Connection
Assert Liferay is able to connect to the LDAP server
Fixed on:
Tomcat 7.0 + MySQL 5. 6.1.x GIT ID: 4fe7c2f7a51db3919ec639e6b53a67f56be46c0d.
Tomcat 7.0 + MySQL 5. 6.2.x GIT ID: 23e8e46a9e3221ae8e14609bacdb5b0da0d61fb0.
Completed
Details
Assignee
SE SupportSE SupportReporter
Matthew KongMatthew Kong(Deactivated)Branch Version/s
6.1.xBackported to Branch
CommittedGit Pull Request
Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
6.1.x
Backported to Branch
Committed
Git Pull Request
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created January 6, 2012 at 4:52 PM
Updated June 26, 2023 at 6:34 AM
Resolved March 12, 2012 at 3:00 PM
LDAP connection pooling can now be configured through portal(-ext).properties. The following are set by default:
ldap.connection.com.sun.jndi.ldap.connect.pool=true
ldap.connection.com.sun.jndi.ldap.connect.pool.maxsize=50
ldap.connection.com.sun.jndi.ldap.connect.pool.timeout=10000