Re: turn off VNC auto-reconnect?

2022-03-01 Thread Ivanmarcus
Tushar, Shame it won't work. It's been a while since I utilised that parameter but I had an idea it might have achieved the desired outcome, albeit not quite as you wanted technically, thanks for enlightening me. Although I quite understand what you want to do unfortunately I can't offer

Re: turn off VNC auto-reconnect?

2022-03-01 Thread Tushar Sheth
Thanks for thinking about this- but unfortunately, that won't work. As explained by Nick here: https://lists.apache.org/thread/m7lof9s15n1dr2tlpkoznfstjyph59m0 api-session-timeout refers to idle time on the guac webapp UI. If there is an active connection, guac considers that as not idle, even

Re: turn off VNC auto-reconnect?

2022-03-01 Thread Ivanmarcus
Tushar, I've not tried this specifically, however I wonder if you were to set api-session-timeout to 15 in guacamole.properties whether that would address your issue? On 2/03/22 7:39 am, Tushar Sheth wrote: Hi- we set our VNC server (TigerVNC) to disconnect a session after a certain amount

Re: Unknown authentication scheme from VNC server

2022-03-01 Thread Ivanmarcus
Austin, The problem _may_ be to do with the RealVNC auth you have set. I'm unable to help with specific macOS questions, however - as Nick has commented recently - RealVNC does have mechanisms that 'standard' VNC does not. This series of posts may be of some use in explaining that:

Re: [EXT] Re: Re: Understanding Sharing Profile for Non-Admins

2022-03-01 Thread Leath, Austin
Thank you so much! This solves my issue From: Nick Couchman Date: Tuesday, March 1, 2022 at 12:48 PM To: user@guacamole.apache.org Subject: [EXT] Re: Re: Understanding Sharing Profile for Non-Admins On Tue, Mar 1, 2022 at 12:33 PM Leath, Austin mailto:austin.le...@unt.edu>> wrote: Hello, we

Re: Re: Understanding Sharing Profile for Non-Admins

2022-03-01 Thread Nick Couchman
On Tue, Mar 1, 2022 at 12:33 PM Leath, Austin wrote: > Hello, we are utilizing the guacamole API and are really wanting to know > if there is a PATCH API endpoint that allows us to add sharing profile > connection permissions to user groups programmatically. All of the sharing > profile

turn off VNC auto-reconnect?

2022-03-01 Thread Tushar Sheth
Hi- we set our VNC server (TigerVNC) to disconnect a session after a certain amount of idle time (15 minutes). When that happens, guacamole kicks in and does a countdown of a certain number of seconds and then automatically reconnects the connection. I want to turn the guacamole vnc

RE: Re: Understanding Sharing Profile for Non-Admins

2022-03-01 Thread Leath, Austin
Hello, we are utilizing the guacamole API and are really wanting to know if there is a PATCH API endpoint that allows us to add sharing profile connection permissions to user groups programmatically. All of the sharing profile connections are already created, all we need to do is figure out a

R: Error 404 with Guacamole 1.4.0 / Tomcat 9 / Ubuntu 21.10

2022-03-01 Thread Alessandro Sironi
I’ve checked the tutorial you had followed and seems the errori s in this line: sudo ln -s /etc/guacamole/guacamole.war /opt/tomcat/tomcatapp/webapps that will be dor properly work: sudo ln -s /etc/guacamole/guacamole.war /opt/tomcat/tomcatapp/webapps/guacamole Tomcat works with

Re: Error 404 with Guacamole 1.4.0 / Tomcat 9 / Ubuntu 21.10

2022-03-01 Thread Antoine Besnier
This line in the tutorial you followed may be the culprit: sudo ln -s /etc/guacamole/guacamole.war /opt/tomcat/tomcatapp/webapps check the value of $CATALINA_HOME, and confirm your guacamole.war is present in the directory $CATALINA_HOME/webapps. Don't know if tomcat can work with links? safer

Re: when AuthenticationFailureEvent happen, redirect to other website

2022-03-01 Thread Nick Couchman
On Tue, Mar 1, 2022 at 3:13 AM Simon wrote: > hello, > I build a authentication provider guac-ext. > sometimes, authenticate failed, I notices that, guac-ext provide > `Listener`. when I handle AuthenticationFailureEvent, can i redirect this > request to other website, like google.com.

Re: Error 404 with Guacamole 1.4.0 / Tomcat 9 / Ubuntu 21.10

2022-03-01 Thread Nick Couchman
On Tue, Mar 1, 2022 at 6:59 AM Adam Cherrett wrote: > I need some help troubleshooting my attempt to get 1.4.0 running (for use > on my local network). I am working with a clean installation of Ubuntu > 21.10, and have been following the steps in >

Re: is there any method to remove "guacamole" in web url

2022-03-01 Thread Nick Couchman
On Tue, Mar 1, 2022 at 9:15 AM Jim Rx wrote: > Use a proxy. For example, we have NGINX set up to forward web requests to > https://guac.domain.tld/ to https://guac.domain.tld:8080/guacamole/ . The > user only has to type in the https://guac.domain.tld > > > Here is a web page that talks about it

Re: is there any method to remove "guacamole" in web url

2022-03-01 Thread Jim Rx
Use a proxy. For example, we have NGINX set up to forward web requests to https://guac.domain.tld/ to https://guac.domain.tld:8080/guacamole/ . The user only has to type in the https://guac.domain.tld     Here is a web page that talks about it   How to Set up a Reverse Proxy (Step-By-Step

Error 404 with Guacamole 1.4.0 / Tomcat 9 / Ubuntu 21.10

2022-03-01 Thread Adam Cherrett
I need some help troubleshooting my attempt to get 1.4.0 running (for use on my local network). I am working with a clean installation of Ubuntu 21.10, and have been following the steps in https://computingforgeeks.com/install-and-use-guacamole-on-ubuntu/ Tomcat 9 appears to be running fine (and

is there any method to remove "guacamole" in web url

2022-03-01 Thread Simon
hello, in default, we visit guac in browser, root web rul contain "guacamole". is there any method to remove "guacamole" in web url? thx

when AuthenticationFailureEvent happen, redirect to other website

2022-03-01 Thread Simon
hello, I build a authentication provider guac-ext. sometimes, authenticate failed, I notices that, guac-ext provide `Listener`. when I handle AuthenticationFailureEvent, can i redirect this request to other website, like google.com. thx