Re: change Idle session timeout limit

2023-04-17 Thread Nick Couchman
On Tue, Apr 11, 2023 at 3:17 PM Rezk Mekhael wrote: > Mike, > > That means I need to check the RDT app in the windows machine i remote > "TO" ? > > Correct. -Nick

Re: Change to the way of authenticating provided by Guacamole

2023-04-17 Thread Michael Jumper
Guacamole will poll every installed AuthenticationProvider. I can't speak to how your extension is written, but there are three phases that Guacamole goes through when you visit the application and attempt to authenticate: 1. Authentication: All installed extensions are asked to attempt to

RE: Change to the way of authenticating provided by Guacamole

2023-04-17 Thread Gabriel Huerta Araujo
In fact web application goes through every Authentication provider, but it does not enter when arrives to Tacacs Authentication Provider (it is previous to MySql), just enter to MySql Authentication provider (which is last in Authentication Providers list). Any idea how to force to enter into

RE: Change to the way of authenticating provided by Guacamole

2023-04-17 Thread Gabriel Huerta Araujo
Nick How can I make Tacacs authentication be executed? Because as Tacacs and DB password is the same, application goes for DB authentication. -Gabriel -Mensaje original- De: Nick Couchman Enviado el: domingo, 16 de abril de 2023 02:03 p. m. Para: user@guacamole.apache.org Asunto: Re:

Re: Nvidia GPU to accelerate graphic rendering

2023-04-17 Thread Nick Couchman
On Sun, Apr 16, 2023 at 11:34 PM Yang Yang wrote: > > Hello, > > The installation guide tells that Cairo is used for graphics rendering, can I > use a Nvidia GPU to accelerate it? If yes, what should I do? Do I need to > recompile guacd and/or libcairo? I am running guacd on ubuntu 22.04. I'm