GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/202
GUACAMOLE-243: Allow LDAP referral following to be configured
This PR fixes the JIRA issue 243, where errors in following referrals block
LDAP authentication from succeeding, by allowing referral support to be
configured.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-243-WORKING
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/202.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 #202
----
commit d98cdd29178b5623032b7d340658221549114361
Author: Nick Couchman <[email protected]>
Date: 2017-03-17T20:16:04Z
GUACAMOLE-243: Implement LDAP referral handling in Guacamole LDAP extension.
commit 242cfbaf852b4380395103b8ca8e574cf30c323f
Author: Nick Couchman <[email protected]>
Date: 2017-03-18T15:08:56Z
GUACAMOLE-243: Finish up changes to deal with LDAP referrals, both in
UserServer and ConnectionServer classes, along with global changes in
LDAPConnectionService class.
commit 9c99905a1dd01e7ab6b8b49f23c5623e71df5123
Author: Nick Couchman <[email protected]>
Date: 2017-10-23T13:48:20Z
GUACAMOLE-243: Change warning message to include failed referral.
----
---