[
https://issues.apache.org/jira/browse/GUACAMOLE-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Couchman updated GUACAMOLE-717:
------------------------------------
Fix Version/s: 1.1.0
> LDAP authentication fails if search result count exceeds
> ldap-max-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
> Priority: Minor
> Fix For: 1.1.0
>
>
> 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)