[ 
https://issues.apache.org/jira/browse/GUACAMOLE-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752891#comment-16752891
 ] 

Nick Couchman commented on GUACAMOLE-717:
-----------------------------------------

I think this might be a duplicate of GUACAMOLE-702??

> 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
>
> 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)

Reply via email to