You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Joel Best (JIRA)" <ji...@apache.org> on 2019/01/25 22:08:00 UTC

[jira] [Created] (GUACAMOLE-717) LDAP authentication fails if Sizelimit Exceeded exception sent as as search result

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)