Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/299#discussion_r197094045
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java
---
@@ -205,4 +205,14 @@ private LDAPGuacamoleProperties() {}
};
+ /**
+ * Custom attribute or attributes in Guacamole user's record in the
--- End diff --
Maybe something more like:
> Custom attribute or attributes to query from Guacamole user's record...
---