Re: Does Guacamole support PKI/Smartcard authentication for RDP (instead of username/password)?

2021-11-05 Thread Maram, Saber

Re: Does Guacamole support PKI/Smartcard authentication for RDP (instead of username/password)?

2021-11-05 Thread Mike Jumper
On Fri, Nov 5, 2021, 00:10 Maram, Saber wrote: > > Hello, > > it is definetly possible, you need 2-3 full time devs to write ~3k lines > of C then a extension with native host communication for client side and > some frontend coding and ~2 months time. > > i know that so well since we did it

Re: [Feature Request] Network "Hog" Identification for Connections

2021-11-05 Thread Nick Couchman
On Fri, Nov 5, 2021 at 7:50 AM Jürgen Kuri wrote: > Hello, > > it would be nice for admin users to have a possibility in the web frontend > to quickly identify current connections which consume a lot of network > bandwidth (kind of ranking of network packet count or so). This is useful > and

RE: Difference between normal RDP and Guacamole’s RDP.

2021-11-05 Thread Tweed, Peter
My experience is that Browser <=> Guacamole uses significantly more data than direct RDP when audio is involved. https://issues.apache.org/jira/browse/GUACAMOLE-1442 that would match your comment on video ( as I suspect the video included audio ). From: Adrian Owen Sent: 05 November 2021 10:43

Re: [Feature Request] Network "Hog" Identification for Connections

2021-11-05 Thread Jürgen Kuri
El 05.11.21 a las 13:28, Nick Couchman escribió: >> On Fri, Nov 5, 2021 at 7:50 AM Jürgen Kuri > > wrote: >> >> Hello, >> >> it would be nice for admin users to have a possibility in the web >> frontend to quickly identify current connections which consume

Re: [Feature Request] Network "Hog" Identification for Connections

2021-11-05 Thread Nick Couchman
On Fri, Nov 5, 2021 at 9:57 AM Jürgen Kuri wrote: > El 05.11.21 a las 13:28, Nick Couchman escribió: > >> On Fri, Nov 5, 2021 at 7:50 AM Jürgen Kuri > wrote: > >> > >> Hello, > >> > >> it would be nice for admin users to have a possibility in the web >

[Feature Request] Network "Hog" Identification for Connections

2021-11-05 Thread Jürgen Kuri
Hello, it would be nice for admin users to have a possibility in the web frontend to quickly identify current connections which consume a lot of network bandwidth (kind of ranking of network packet count or so). This is useful and more convenient if you have several simultaneous connections

RE: Difference between normal RDP and Guacamole’s RDP.

2021-11-05 Thread Adrian Owen
Don’t know. Question for the team. From: takuya morita [mailto:mrttky521...@gmail.com] Sent: 05 November 2021 02:33 To: user@guacamole.apache.org Subject: Re: Difference between normal RDP and Guacamole’s RDP. Thanks for the detailed explanation. Is it possible that the data traffic between

Re: Guacamole dynamically create connections

2021-11-05 Thread Tim Worcester
Some additional context on this: The problem I have is that the Postgresql extension has a call structure like this: connect() -> tunnelService.getGuacamoleTunnel() -> tunnelService.getBalancedConnections() Inside of getBalancedConnections() I get halted on these lines here: ``` // If group has

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread brian mullan
Thanks Nick Then why would this be considered an xRDP big. Does the RDP Protocol Spec indicate "0" should be valid ? On Fri, Nov 5, 2021, 1:18 PM Nick Couchman wrote: > On Fri, Nov 5, 2021 at 9:53 AM brian mullan > wrote: > >> Mike/Adrian >> >> In a separate Thread Subject: *Difference

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread Nick Couchman
On Fri, Nov 5, 2021 at 1:34 PM brian mullan wrote: > Thanks Nick > > Then why would this be considered an xRDP big. Does the RDP Protocol > Spec indicate "0" should be valid ? > > Yep - if you read https://github.com/neutrinolabs/xrdp/issues/1505#issuecomment-593500038 you'll see that Matt

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread brian mullan
Great Thanks Nick ! On Fri, Nov 5, 2021, 1:40 PM Nick Couchman wrote: > On Fri, Nov 5, 2021 at 1:34 PM brian mullan > wrote: > >> Thanks Nick >> >> Then why would this be considered an xRDP big. Does the RDP Protocol >> Spec indicate "0" should be valid ? >> >> > Yep - if you read >

Problem with virtual drive in Connectiongroups

2021-11-05 Thread Szilvasi, Janos
Hi, we have a problem with the virtual drive over RDP when more than one host is in a balancing connection group. After connecting, the virtual drive is mounted and can be used on the remote host. If I want to upload or download files from the sidebar, it does not work. - Uploaded documents

Re: Dockerized Guacamole and upload/download capability from a Remote Desktop Server

2021-11-05 Thread Nick Couchman
On Fri, Nov 5, 2021 at 9:53 AM brian mullan wrote: > Mike/Adrian > > In a separate Thread Subject: *Difference between normal RDP and > Guacamole’s RDP* >