Merge 0.9.14-incubating changes back to master.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/e2c8594b Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/e2c8594b Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/e2c8594b Branch: refs/heads/master Commit: e2c8594b3a0fa07ec766865e80211f29021e88d8 Parents: 5a6c47a 442fd3d Author: Michael Jumper <[email protected]> Authored: Sun Nov 12 18:30:39 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Sun Nov 12 18:30:39 2017 -0800 ---------------------------------------------------------------------- .../auth/ldap/ConfigurationService.java | 52 +++++++++ .../auth/ldap/LDAPConnectionService.java | 23 ++++ .../auth/ldap/LDAPGuacamoleProperties.java | 31 +++++ .../auth/ldap/ReferralAuthHandler.java | 76 ++++++++++++ .../auth/ldap/connection/ConnectionService.java | 116 ++++++++++++------- .../guacamole/auth/ldap/user/UserService.java | 57 +++++++-- 6 files changed, 301 insertions(+), 54 deletions(-) ----------------------------------------------------------------------
