Github user necouchman commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/202#discussion_r149264135
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
---
@@ -292,4 +327,21 @@ public String getUserSearchFilter() throws
GuacamoleException {
);
}
+ /**
+ * Returns the maximum number of seconds to wait for LDAP operations
--- End diff --
Fixed.---
