Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/204#discussion_r161386363
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/connection/ConnectionService.java
---
@@ -189,30 +208,24 @@
connection.setParentIdentifier(LDAPAuthenticationProvider.ROOT_CONNECTION_GROUP);
connections.put(name, connection);
- }
-
- // Deal with issues following LDAP referrals
- catch (LDAPReferralException e) {
--- End diff --
Does the new LDAP API not throw exceptions for referrals?
---