GUACAMOLE-244: Merge support for configuring LDAP alias dereferencing behavior.
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/34075866 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/34075866 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/34075866 Branch: refs/heads/master Commit: 3407586642f08cc9ffbe682fc8aa30a111fa0a66 Parents: 1a62188 f146690 Author: Michael Jumper <[email protected]> Authored: Tue Mar 21 10:43:26 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Tue Mar 21 10:43:26 2017 -0700 ---------------------------------------------------------------------- .../auth/ldap/ConfigurationService.java | 52 +++++++++++++- .../auth/ldap/DereferenceAliasesMode.java | 74 ++++++++++++++++++++ .../auth/ldap/DereferenceAliasesProperty.java | 61 ++++++++++++++++ .../auth/ldap/LDAPGuacamoleProperties.java | 11 +++ .../auth/ldap/connection/ConnectionService.java | 6 +- .../guacamole/auth/ldap/user/UserService.java | 9 +-- 6 files changed, 204 insertions(+), 9 deletions(-) ----------------------------------------------------------------------
