mike-jumper opened a new pull request #395: GUACAMOLE-715: Correct non-recursive MySQL/MariaDB effective group membership query. URL: https://github.com/apache/guacamole-client/pull/395 The non-recursive variant of the MySQL/MariaDB `selectEffectiveGroupIdentifiers` query is currently incorrect and will only include user groups that have members explicitly declared within the database, partially ignoring the effective group membership that may be declared by other extensions like LDAP. This change corrects the above query such that it includes includes each of the following within the results via `UNION`: * The user groups within the database that explicitly include the current user as a member * The user groups within the database that explicitly include any of the passed `effectiveGroups` as members * The user groups within the database that are named identically to the passed `effectiveGroups`
---------------------------------------------------------------- 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
