Greetings Herve, In order to accept code changes into the project, we'll need a pull request on GitHub <https://github.com/apache/incubator-guacamole-client>, and a corresponding JIRA issue in the Apache JIRA <https://issues.apache.org/jira/browse/GUACAMOLE>. See our contribution guidelines <https://guacamole.incubator.apache.org/open-source/> for more information.
As a side note, we're always happy to accept code contributions from the community, but we do try to make sure that the contributions are always up to our code quality standards. If you feel that your patch is a bit dirty, it may have to be cleaned up a bit before we're ready to accept it upstream. James On Fri, Aug 5, 2016 at 12:45 PM, Herve Guehl <[email protected]> wrote: > Hi, > If your active directory contains more than 1000 users in the search OU, > you'll need to : > - Configure your active directory to extend the MaxPageSize limit > (default 1000) https://technet.microsoft.com/ > en-us/library/cc770976%28v=ws.11%29.aspx > - Use the included patch (a bit dirty, as it would be better to fetch > results according to the max page size, but works for me) : > - it enable the possibility to get more than 1000 results for a ldap > request for the guacamole-client. You will have to add ldap-maxresults: > 2000 (or the value you need) in your guacamole.properties file. > > Have fun. > Hervé >
