Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/308#discussion_r206498325
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java
---
@@ -215,4 +215,11 @@ private LDAPGuacamoleProperties() {}
public String getName() { return "ldap-user-attributes"; }
};
+
+ public static final StringGuacamoleProperty LDAP_MEMBER_ATTRIBUTE =
new StringGuacamoleProperty() {
--- End diff --
Wow, not sure why I forgot that. Documented.
---