Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/204#discussion_r161535344
--- 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.
*/
- public static final BooleanGuacamoleProperty LDAP_FOLLOW_REFERRALS =
new BooleanGuacamoleProperty() {
-
- @Override
- public String getName() { return "ldap-follow-referrals"; }
-
- };
-
- /**
- * Maximum number of referral hops to follow.
- */
- public static final IntegerGuacamoleProperty LDAP_MAX_REFERRAL_HOPS =
new IntegerGuacamoleProperty() {
--- End diff --
Not that I can tell - let me know if you can find something on it, but I'm
unable to find any details on how to do it.
---