necouchman commented on a change in pull request #422: GUACAMOLE-300: Support
posixGroup in LDAP Authentication and Group-based Session Admission
URL: https://github.com/apache/guacamole-client/pull/422#discussion_r302537917
##########
File path:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
##########
@@ -396,4 +396,21 @@ public String getMemberAttribute() throws
GuacamoleException {
);
}
+ /**
+ * Returns a string indicating the type of data contained in the LDAP
+ * attribute used to enumerate members in a group, "dn" by default.
+ *
+ * @return
+ * The type of data contained in the LDAP attribute used to enumerate
+ * members in a group, as configured in guacamole.properties
+ *
+ * @throws GuacamoleException
+ * If guacamole.properties connect be parsed.
Review comment:
connect -> cannot
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services