You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2018/01/14 03:06:04 UTC

[GitHub] guacamole-client pull request #204: GUACAMOLE-234: Migration from JLDAP to A...

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?


---