On Fri, Aug 31, 2018, 10:07 <[email protected]> wrote: > Yeah, I am. But I don’t really know how the tables are connected, so I > can add a connection, then assign that to user with ID X, then user ID Y, > etc. I assume that’s possible? >
Definitely possible. The schema is documented in the manual: http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema You would use the guacamole_connection_permission table to associate a user with a connection+permission pair. Once 1.0.0 is out, this will be changing to associating an entity (which can point to a user or a group) with a connection+permission, but the principle remains the same. - Mike
