GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/353
GUACAMOLE-577: Support for configuring the Guacamole Proxy in LDAP
Connections
This pull request implements the changes necessary to support the
`GuacamoleProxyConfiguration` in LDAP connections (and any future extensions
that make use of the `SimpleConnection` class. Not entirely sure this is the
right/best way to go, but took a stab at it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client jira/577
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/353.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #353
----
commit 60189b1870ffe368893e24cef5c0ed830b108329
Author: Nick Couchman <vnick@...>
Date: 2019-01-02T16:33:57Z
GUACAMOLE-577: Support for configuring the Guacamole Proxy settings in LDAP
connections.
commit 366804344f1d83ec68243a566ffa3fe3265dcb79
Author: Nick Couchman <vnick@...>
Date: 2019-01-02T16:39:25Z
GUACAMOLE-577: Fix up comments, remove unnecessary code.
commit f3a7e7f241ebdb237a1f53eeeb4b58f135f308bc
Author: Nick Couchman <vnick@...>
Date: 2019-01-02T16:41:22Z
GUACAMOLE-577: Remove unused code.
----
---