Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/202#discussion_r149186298
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
---
@@ -273,6 +291,23 @@ public LDAPSearchConstraints
getLDAPSearchConstraints() throws GuacamoleExceptio
}
/**
+ * Returns the maximum number of referral hops to follow.
+ *
+ * @return
+ * The maximum number of referral hops to follow
+ * as configured in guacamole.properties
--- End diff --
JavaDoc formatting: missing period.
---