On Fri, Apr 14, 2023 at 9:38 PM Gabriel Huerta Araujo <[email protected]> wrote: > > I hope to make my be understood. > > I want to validate Tacacs password into Guacamole application, just to meet > this authentication, once this is done AuthenticatedUser variable be replaced > with original password to be able to see Active Sessions, because they are > not visualized with Tacacs credentials but with DB credentials.
You can have TACACS do authentication, and still have the connections stored in the JDBC module, and use Active Sessions, authentication tokens, etc., and there's no need to sync the TACACS password with the DB module. It works fine without this. I don't use TACACS, but I use LDAP for authentication (against Active Directory), I do not synchronize passwords, I store connections in the JDBC module, and active session tracking works fine. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
