On Mon, Oct 15, 2018 at 5:49 AM, Tezarin <[email protected]> wrote:
> > Good morning, > > > I understand the method I was using to fix the issue is deprecated, I > started all this by trying to avoid the error message in the guac user > interface about having too many connections open. In some cases, I was not > able to open a new guacamole connection (e.g. via RDB to a domain > controller) because guacamole thought I had too many open connections > already. (I can't remember if it thought I had too many connections to > this one domain controller already, or too many connections overall.) > > So ... how can we solve that problem? Should we solve that problem? > You use the new properties which replaced the older properties: http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-concurrency You can also override this on a per-connection basis by specifying different values when editing the connection. - Mike
