On Sat, Apr 15, 2023 at 8:27 PM Gabriel Huerta Araujo
<[email protected]> wrote:
>
> Ok Nick
>
> Then what I need to do in order to see Active Sessions when I enter with 
> Tacacs authentication?

There's nothing you need to do in your Java code to enable this. You
only need to make sure that the user you're logging in as via TACACS
is granted privileges in the JDBC module to see the active sessions.
The username in the JDBC module must match the TACACS username
*exactly* (including case sensitivity), but the password need not be
synchronized.

You can also enable the JDBC user auto-creation feature, which will
automatically create a JDBC user for any account that is successfully
logged in via another module, and then grant those accounts the
required privileges.

https://guacamole.apache.org/doc/gug/jdbc-auth.html#auto-creating-database-users

-Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to