Re: Understanding Sharing Profile for Non-Admins

2022-02-28 Thread Mike Jumper
On Mon, Feb 28, 2022, 12:42 Khoe, Yonathan wrote: > Hello, > > We set up sharing profiles for all of our connections under an admin > account. We want the ability for our students to be able to generate a > share link to their connection viewing (to their professor) when they are > remoted to a

RE: OIDC and PostgreSQL Authentication

2022-02-28 Thread Todd Ojala
Thanks! From: Nick Couchman Sent: Friday, July 30, 2021 8:45 AM To: user@guacamole.apache.org Subject: Re: OIDC and PostgreSQL Authentication On Fri, Jul 30, 2021 at 8:53 AM Daniel Harris mailto:mrdanie...@googlemail.com.invalid>> wrote: Hi Nick! Thanks for the information; To confirm,

Understanding Sharing Profile for Non-Admins

2022-02-28 Thread Khoe, Yonathan
Hello, We set up sharing profiles for all of our connections under an admin account. We want the ability for our students to be able to generate a share link to their connection viewing (to their professor) when they are remoted to a machine. We thought that this was the idea when we create

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Craig Sawyer
So now we know the server side(guacd) is up and running and actually able to receive connections. If the client(tomcat/java/guac) can't connect, it could be the source address is wrong(i.e. coming from a different ip than 127.0.0.1), and running foul of some firewall rule or the client side isn't

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Craig,   I verified that guacd is running (systemctl status guacd) and then issued the command telnet localhost 4822. I successfully connected.   root@guac:~# telnet localhost 4822 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is ^]'.   I pressed enter and

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Craig Sawyer
Could this be a firewall thing? Can you open a TCP connection to 127.0.0.1:4822? You obviously won't do anything useful, since you won't speak the guacd protocol, but that's not the point. Just make sure you can open a network connection to guacd. If you can't, then FW or perhaps guacd isn't

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Nick,   Yes, Guac and Tomcat are on the same VM.    As requested:   root@guac:~# ls /etc/guacamole extensions  guacamole.properties  guacamole.war  guacd.conf  lib  user-mapping.xml root@guac:~# root@guac:~# cat /etc/guacamole/guacamole.properties # Hostname and Guac Server Port

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Nick Couchman
On Mon, Feb 28, 2022 at 11:32 AM Jim Rx wrote: > Yes. No output to the console. Just to be sure I ran it again: > > root@guac:~# systemctl status guacd > ? guacd.service - LSB: Guacamole proxy daemon > Loaded: loaded (/etc/init.d/guacd; generated) > Active: active (running) since Mon

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Yes. No output to the console. Just to be sure I ran it again:   root@guac:~# systemctl status guacd ? guacd.service - LSB: Guacamole proxy daemon Loaded: loaded (/etc/init.d/guacd; generated) Active: active (running) since Mon 2022-02-28 10:24:47 CST; 45s ago    Docs:

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Nick Couchman
On Mon, Feb 28, 2022 at 10:48 AM Jim Rx wrote: > D'oh. > > So I did it again... same results: > > > root@guac:~# > root@guac:~# systemctl status guacd > ? guacd.service - LSB: Guacamole proxy daemon > Loaded: loaded (/etc/init.d/guacd; generated) > Active: active (running) since Mon

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
D'oh.   So I did it again... same results:     root@guac:~# root@guac:~# systemctl status guacd ? guacd.service - LSB: Guacamole proxy daemon Loaded: loaded (/etc/init.d/guacd; generated) Active: active (running) since Mon 2022-02-28 08:43:06 CST; 1min 12s ago    Docs:

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Nick Couchman
On Mon, Feb 28, 2022 at 9:02 AM Jim Rx wrote: > Nick, > > Sorry for the delayed reply, We had ice storms and it kept me from work. > > So I'm not really any further. > > I killed guacd (systemctl stop guacd), and then, as root, from the > /etc/init.d directory, ran ./guacd start -L debug -f > >

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Nick,   Sorry for the delayed reply, We had ice storms and it kept me from work.   So I'm not really any further.   I killed guacd (systemctl stop guacd), and then, as root, from the /etc/init.d directory, ran ./guacd start -L debug -f   I'm not getting anything on console, but checking