Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/308#discussion_r206399288
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
---
@@ -358,5 +358,12 @@ public int getOperationTimeout() throws
GuacamoleException {
LDAPGuacamoleProperties.LDAP_USER_ATTRIBUTES
);
}
+
+ public String getMemberAttribute() throws GuacamoleException {
--- End diff --
Please document this function.
---