Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/204#discussion_r161386296
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java
---
@@ -176,32 +176,22 @@ private LDAPGuacamoleProperties() {}
};
/**
- * Whether or not we should follow referrals.
+ * A time limit on LDAP operations.
--- End diff --
Why is the old (and IMHO very clear) "number of seconds to wait for LDAP
operations to complete" being changed to "a time limit on LDAP operations"?
---