On Sun, Jun 16, 2019 at 12:29 PM Mark Nolan <[email protected]> wrote:

> I'm in the process of updating an extension that we have that builds on the
> MySQL authentication provider.  To save me a load of investigation, can
> someone tell me whether AuthenticatedUser now holds the entity_id, or does
> it still have the user_id?
>
>
You can check out this file in the source code for the MySQL module:

https://github.com/apache/guacamole-client/blob/master/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/user/UserMapper.xml

It uses both entity_id and user_id depending on what's being looked up, but
I believe both are present in various places.  The answer likely depends on
what queries you're interested in.

-Nick

Reply via email to