Joel Best created GUACAMOLE-717:
-----------------------------------
Summary: LDAP authentication fails if Sizelimit Exceeded exception
sent as as search result
Key: GUACAMOLE-717
URL: https://issues.apache.org/jira/browse/GUACAMOLE-717
Project: Guacamole
Issue Type: Bug
Components: guacamole-client
Affects Versions: 1.0.0
Reporter: Joel Best
If the search results from an LDAP search exceed ldap-max-search-results, the
search will fail and the user will receive an error on login. The logs do not
show any indication of what the problem is.
After troubleshooting, I've determined that the LDAPSearchResults.next()
function returns an LDAPException "Sizelimit Exceeded". In
ObjectQueryService.search(), this is not handled within the immediate try/catch
block so the other valid results are not returned to the calling function. The
fix is to also catch LDAPException when catching LDAPReferralException.
Pull request is incoming.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)