Nick: I think you have misunderstood me. I intended to update the Tacacs password once this is validated and after that be replaced in the MySQL database, previously validating that the Tacacs password has not been saved in the MySQL database. Or another possibility is getting user name, get its original password and once Tacacs password is validated, being replaced it with saved password in MySQL into AuthenticatedUser variable used by Java program
-Gabriel -----Mensaje original----- De: Nick Couchman <[email protected]> Enviado el: miércoles, 12 de abril de 2023 02:11 p. m. Para: [email protected] Asunto: Re: Change to the way of authenticating provided by Guacamole On Wed, Apr 12, 2023 at 4:08 PM Gabriel Huerta Araujo <[email protected]> wrote: > > Hi all > > If I update MySQL password saved, replacing it by Tacacs password, is > automatically application updated to see Active Sessions? No - in fact, if you do this, you will likely be authenticated by the MySQL module and not the TACACS module at all, since Guacamole will succeed using the first module it comes to, and skip the rest. -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]
