Ok Tacacs user and DB user is same. I am going to check JDBC user auto-creation feature
Thanks Nick -Gabriel -----Mensaje original----- De: Nick Couchman <[email protected]> Enviado el: sábado, 15 de abril de 2023 06:56 p. m. Para: [email protected] Asunto: Re: Change to the way of authenticating provided by Guacamole 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
