Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/202#discussion_r149186256
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
---
@@ -252,6 +252,24 @@ private DereferenceAliasesMode getDereferenceAliases()
throws GuacamoleException
}
/**
+ * Returns the boolean value for whether the connection should
+ * follow referrals or not. By default, it will not.
+ *
+ * @return
+ * The boolean value of whether to follow referrals
+ * as configured in guacamole.properties
--- End diff --
JavaDoc formatting: missing period.
---