History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2180
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Simo Kurra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

LDAP Timeout not implemented for getEmail method

Created: 17/Sep/14 10:27 AM   Updated: 20/Sep/14 04:11 AM
Component/s: None
Affects Version/s: 5.1.30
Fix Version/s: 5.1.35

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
in http://track.pmease.com/browse/QB-2058 timeouts were introduced for LdapAuthenticator.java in the authenticate method.

However we are now facing the same problem with getEmail

We are internally testing a modification currently by adding:

        ldapEnv.put("com.sun.jndi.ldap.connect.timeout", String.valueOf(Bootstrap.NET_CONNECT_TIMEOUT*1000L));
        ldapEnv.put("com.sun.jndi.ldap.read.timeout", String.valueOf(Bootstrap.NET_READ_TIMEOUT*1000L));

to getEmail() and exists() in LdapAuthenticator class

But would be nice to have a proper/official fix

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [18/Sep/14 12:20 AM]
Thanks for reporting. Will include this into next patch release.