Re: Video streaming performance

2023-04-26 Thread Nick Couchman
On Fri, Apr 14, 2023 at 9:39 AM Rezk Mekhael wrote: > > Hi team, > > Video streaming over rdt is slow. What is the best rdp session setup to help > streaming? > You'll likely need to look at various resources between the different "legs" of connections between your client system and the RDP

Re: Proxy guacd recording

2023-04-26 Thread Nick Couchman
On Mon, Apr 24, 2023 at 2:14 AM Mike Brown wrote: > > Hi all, > > I’m playing with the Xorg experimental driver and omg it’s so snappy and > beautiful. I understand that the driver implements it’s own guacd, and so the > recommendation (requirement?) is to configure a connection with type

Re: Connection to Hyper-V VM using Pre-Connection Blob Parameter Defined in Guacamole Docs

2023-04-25 Thread Nick Couchman
On Mon, Apr 24, 2023 at 12:37 PM Shashank D wrote: > > Hello, > > > > Using the Guacamole Docs, I am using Guacamole version 1.1.0 and have been > able to establish RDP connection to my VM(or would call it MainVM) using a > URL approach: > > > >

Re: Nvidia GPU to accelerate graphic rendering

2023-04-21 Thread Nick Couchman
On Thu, Apr 20, 2023 at 10:08 PM Yang Yang wrote: > > Hi Nick, > > Thank you very much for the response! I searched around and did not find a > viable way for GPU acclerate to cairo, which once supported OpenGL but the > support was dropped recently. > > As users get better displays

Re: Vault extension: support for HashiCorp Vault

2023-04-20 Thread Nick Couchman
On Tue, Apr 18, 2023 at 10:24 PM Martin Feller wrote: > > Thanks for the quick reply, Nick. > > > > I thought it would be useful to have an option for integration with a vault > that can be hosted on-premises, and is - or can be - free of charge. > Yes, definitely - I think adding support for

Re: Block SSH commands

2023-04-19 Thread Nick Couchman
On Wed, Apr 19, 2023 at 8:49 AM Suneth Kariyawasam wrote: > > Hello, > > Can we block specific SSH commands in Apache Guacamole v1.5.0 using an > extension? No, nor should you try to do this on the Guacamole side, you should do this on the SSH server itself. -Nick

Re: Vault extension: support for HashiCorp Vault

2023-04-18 Thread Nick Couchman
On Tue, Apr 18, 2023 at 7:19 AM Martin Feller wrote: > > Hi, > > > > The documentation for retrieving secrets from a vault states “This support is > intended with multiple vault providers in mind and currently supports Keeper > Secrets Manager (KSM)” > > Are there plans to support HashiCorp

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: 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

Re: Change to the way of authenticating provided by Guacamole

2023-04-16 Thread Nick Couchman
On Sat, Apr 15, 2023 at 9:17 PM Gabriel Huerta Araujo wrote: > > I did a test and It does not work > > I put mysql-auto-create-accounts (guacamole properties) with true value. > > In fact Tacacs user is same to DB user, but why when I enter with DB user and > its password as is saved in this

Re: Change to the way of authenticating provided by Guacamole

2023-04-15 Thread Nick Couchman
On Sat, Apr 15, 2023 at 8:27 PM Gabriel Huerta Araujo wrote: > > Ok Nick > > Then what I need to do in order to see Active Sessions when I enter with > Tacacs authentication? There's nothing you need to do in your Java code to enable this. You only need to make sure that the user you're logging

Re: Problem with update from 1.4.0 to 1.5.0

2023-04-15 Thread Nick Couchman
On Sat, Apr 15, 2023 at 2:57 AM Alexandre Roumiantsev wrote: > > Thank for info > > I have checked new release and it really solve the problem with > upgrading from 1.4.0 to 1.5.0 ( > https://lists.apache.org/thread/jg4s21f3kotqvbnvqqhvdqcsdr88zwwh ). > Upgrade from 1.4.0 to 1.5.1 successfully. >

Re: Change to the way of authenticating provided by Guacamole

2023-04-14 Thread Nick Couchman
On Fri, Apr 14, 2023 at 9:38 PM Gabriel Huerta Araujo wrote: > > I hope to make my be understood. > > I want to validate Tacacs password into Guacamole application, just to meet > this authentication, once this is done AuthenticatedUser variable be replaced > with original password to be able

Re: Change to the way of authenticating provided by Guacamole

2023-04-14 Thread Nick Couchman
On Fri, Apr 14, 2023 at 8:44 PM Gabriel Huerta Araujo wrote: > > As an option, but I would prefer second option, read original DB password and > when Tacacs password validation passes, update into UserAuthenticated, the DB > password. > Yes, but I don't understand why you want the password

Re: Change to the way of authenticating provided by Guacamole

2023-04-14 Thread Nick Couchman
On Wed, Apr 12, 2023 at 6:14 PM Gabriel Huerta Araujo wrote: > > 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

Re: VNC stop working behind the firewall

2023-04-13 Thread Nick Couchman
On Thu, Apr 13, 2023 at 2:07 PM Rezk Mekhael wrote: > > Hi, > > I moved the guacamole server behind the firewall and i did open FW ports 5900 > (vnc) & 3389 (rdp). RDT worked but VNC stopped working. Any ideas ? You'll have to consult firewall logs and see why the firewall is blocking it. If

Re: Change to the way of authenticating provided by Guacamole

2023-04-12 Thread Nick Couchman
On Wed, Apr 12, 2023 at 4:08 PM Gabriel Huerta Araujo 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

Re: Issue with SSO (SAML) Login with TOTP Extension

2023-04-08 Thread Nick Couchman
On Tue, Feb 28, 2023 at 8:11 AM Tyler Hale wrote: > > Hi Lorenzo, > > I have experienced this situation in both versions 1.4.0 and 1.5.0. For my > case, the TOTP doesn't appear to be fully activating when it uses the SSO > authentication method. After trying a new session, it still prompts to

Re: Upgrade Docker 1.4.0 to 1.5.0

2023-04-08 Thread Nick Couchman
On Wed, Mar 22, 2023 at 12:27 PM Michael Hess wrote: > > Hi, I've got 1.4.0 running fine in docker, but I can't get the upgrade to > work. > > I've stopped the guacamole and guacd containers, removed them, pulled the new > versions, and started them. Nothing happens at the URL. I'm running

Re: Using smart card on RDP host

2023-04-08 Thread Nick Couchman
On Fri, Mar 24, 2023 at 11:07 AM Sean Hulbert wrote: > > We done this by using a React front end to allow biometrics and cac cards, > once authenticated the connection continues through guacamole. > > So it's possible. It would be nice to contribute this back to the community - at least, the

Re: [EXTERNAL] Re: Guacamole connection opened new tab

2023-04-08 Thread Nick Couchman
On Mon, Mar 27, 2023 at 7:38 PM Chris Nigh wrote: > > Hi Nick, > > > > I narrowed down my issue but can’t understand why it’s happening. > > > > With the reverse proxy, I was adding several security headers on the > requests. When I removed the ‘X-Frame-Options: DENY’ header, I no longer had >

Re: undefined symbol: pango_font_description_new

2023-04-08 Thread Nick Couchman
On Tue, Mar 28, 2023 at 1:16 AM got kube wrote: > > Hi all, > > I posted this in response to my previous post about a blank white screen, but > figured I should give it it's own thread :) > > I've built guacd from sources pulled from github. After some library > installs, it appears to build

Re: encrypt connection password

2023-04-07 Thread Nick Couchman
On Wed, Apr 5, 2023 at 4:03 AM Cedric Biedermann wrote: > > Hi, > > to mitigate data breaches I want to encrypt the connection passwords in the > database with a key. > To insert the encrypted passwords is kind of easy with the api. My problem is > now that I dont find the code where I have to

Re: Guacamole Client Resize.

2023-04-06 Thread Nick Couchman
On Wed, Apr 5, 2023 at 6:11 PM hatem eyada wrote: > > Hi All, > I'm using Guacamole client example for some tests along with RDP/xrdp > client/server (Guacamole release 1.5.0). I noticed that Guacamole full/formal > client resizes whenever I resize my browser window (IE Edge in this case). >

Re: Enabling Audio and/or Drive Breaks RDP

2023-04-04 Thread Nick Couchman
On Thu, Jan 19, 2023 at 5:04 PM Dylan Francis wrote: > Hello! We are still trying to get the file transfer issue resolved and > think we have found the core dumps. We have tried this on three independent > Guacamole servers now (all set up from scratch) and the issue persists > across all three.

Re: Upgrade for Guacamole has issues

2023-04-04 Thread Nick Couchman
On Mon, Apr 3, 2023 at 11:57 PM Lockhart, Roland wrote: > > > We are using the Bitnami image to host Guacamole in AWS > > We upgraded from 1.4033 r09 on Debian 10 to 1.5.0-r06 on Debian 11 > > The process was to backup the database and restore to a new EC2 instance > launched from the newest

Re: Change to the way of authenticating provided by Guacamole

2023-04-01 Thread Nick Couchman
On Sat, Apr 1, 2023 at 3:01 PM Gabriel Huerta Araujo wrote: > > I am running guacamole in a Linux box. By an IDE with a debugger: ¿A > reference to configure Guacamole into Windows? > There's no reason to switch to Windows - there are plenty of good IDEs with debuggers for Linux. Like NetBeans:

Re: History mostly empty

2023-03-30 Thread Nick Couchman
On Thu, Mar 30, 2023 at 12:20 PM matti.kaupenjohann wrote: > > After successfully updating from 1.4.0 to 1.5.0 today, I recognized, that the > history is only showing the duration not the user or connection or anything > else. I connected to a machine via ssh to check if an entry will happen. I

Re: Connection disconnected fequently

2023-03-30 Thread Nick Couchman
> Mar 30 13:33:51 localhost guacd[3884630]: User is not responding. > Mar 30 13:33:51 localhost guacd[3884630]: User > "@25878c10-2d03-41e9-9037-978ef4fde75e" disconnected (0 users remain) > Mar 30 13:33:51 localhost guacd[3884630]: Last user of connection >

Re: update to 1.5.0 and cannot connect to machines

2023-03-29 Thread Nick Couchman
On Wed, Mar 29, 2023 at 17:48 Nein, Wade, OSE wrote: > Hello, > > > > I did an update to 1.5.0. It was a simple docker-compose pull and up -d. > > > > Now the connections for VNC are not working and giving the below error: > > > > *The remote desktop server is currently unreachable. If the

Re: RDP is not working with IPV6

2023-03-29 Thread Nick Couchman
On Wed, Mar 29, 2023 at 1:19 AM Sean Hulbert wrote: > > Here is a link that should address your issue > > > > https://issues.apache.org/jira/browse/GUACAMOLE-1190 > > I don't think that's the same issue that Venkata is seeing. From the provided error messages, it looks like Guacamole Client is

Re: Recordings issue on 1.5.0 and SAML Question

2023-03-27 Thread Nick Couchman
On Mon, Mar 27, 2023 at 4:13 PM Michael Hess wrote: > > After changing the group uid for my recordings host folder to that of the > guacd user, 1001, I can restart the containers without the error, however I > can't get the log's to play back in the History. I'm not sure if it's because > the

Re: DUO

2023-03-25 Thread Nick Couchman
On Sat, Mar 25, 2023 at 1:59 AM Sean Hulbert wrote: > > Thank you for the quick response, this raises another question! > > > > Does this mean I can keep both ToTP and DUO and use both Software key > (mobile) and hardware key (DUO) > Well, not really - at least, not at this point. Both of the

Re: Using smart card on RDP host

2023-03-24 Thread Nick Couchman
On Fri, Mar 24, 2023 at 1:18 AM Владимир Куркин wrote: > > To clear things out - our local network is built on strict usage of smart > cards. So that leaves me in position where i can`t just simply use logins. > Right now it looks like: > 1. Create connection via RDP > 2. Connect to remote

Re: VMRC protocol support?

2023-03-23 Thread Nick Couchman
On Thu, Mar 23, 2023 at 9:22 AM Rasmus Haslund wrote: > > I would LOVE to do the same. Aaron, can you name any examples of extensions > that can do this? Yes, knowing the names of the items that provide this would be helpful. My assumption is that this is actually just using VNC to access these

Re: installation 1.5.0 using Centos 8

2023-03-22 Thread Nick Couchman
On Wed, Mar 22, 2023 at 4:30 PM Rezk Mekhael wrote: > > error message: > > libvncserver appears to be built against > ibgcrypt, but the libgcrypt headers > could not be found. VNC will be disabled. So, you'll need to install libgcrypt-devel, as well. -Nick

Re: installation 1.5.0 using Centos 8

2023-03-22 Thread Nick Couchman
On Wed, Mar 22, 2023 at 4:08 PM Rezk Mekhael wrote: > > > > Hi team , > > I need your help - why the compiling step give me only RDP not VNC? > > > > guacamole-server version 1.5.0 > > >Library

Re: Using smart card on RDP host

2023-03-22 Thread Nick Couchman
On Wed, Mar 22, 2023 at 8:39 AM Владимир Куркин wrote: > > Thank You for reply. > > Is there any time frame when this feature will be implemented in Guacamole? No. I do not know of anything being actively worked on to implement it. -Nick

Re: Using smart card on RDP host

2023-03-22 Thread Nick Couchman
On Wed, Mar 22, 2023 at 3:42 AM Владимир Куркин wrote: > > Hello there! > > Here is my case: i want to physically insert my smart card to machine, where > i`am using guac web application, to authenticate on RDP host. > But obviosly i get no result. Is there any way to forward USB ports to hosts?

Re: Use of Forward Proxy with SAML Plugin

2023-03-21 Thread Nick Couchman
On Tue, Mar 21, 2023 at 10:57 AM Henry Cole wrote: > > Just in case its useful to anyone else, I solved this in the end by setting > the proxy through the CATALINA_OPTS environment variable, so it is picked up > by Tomcat. > > From my docker-compose file: > CATALINA_OPTS: "-DproxySet=true

Re: Ad-hoc Connections - Recording parameter variable expansion issues...

2023-03-20 Thread Nick Couchman
On Mon, Mar 20, 2023 at 5:04 PM Aaron Meyer wrote: > > I’ve been playing with the new Ad-hoc connections extension and trying to > blend that with the new session recordings extension and having a bit of > trouble with ${HISTORY_UUID} not expanding. > > > > I have built my URI strings as the

Re: Set auto creation Users default permissions

2023-03-20 Thread Nick Couchman
On Mon, Mar 20, 2023 at 8:42 AM khmadhu wrote: > > Hi Mike, > > Thanks for the reply, I am using LDAP login for users, after searching in > guacamole docs here > https://guacamole.apache.org/doc/gug/ldap-auth.html#connections-and-parameters > I could find only connection parameters for a

Re: Copy/paste functionality

2023-03-19 Thread Nick Couchman
On Fri, Jan 13, 2023 at 11:53 AM Rocky Borrego wrote: > > Can this be accomplished with Safari on a Mac? I believe that Safari on Mac also supports clipboard integration, but I don't have a Mac to test, and that probably depends upon the version of Safari (and, consequently, of MacOS) that

Re: Delegated administration setup

2023-03-19 Thread Nick Couchman
On Fri, Jan 20, 2023 at 4:51 AM Antoine G. wrote: > > Hello, > > Le 18/01/2023 à 22:32, Spierings, Alphons - > a.f.e.b.spieri...@tue.nl.INVALID a écrit : > > Acting as “administrator” we have so far not been able to setup any user > > or user-group with the privileges to READ/UPDATE users or

Re: URL for a direct connection to a VNC or SSH session after upgrading from 0.9.12 to 1.4.0

2023-03-19 Thread Nick Couchman
On Fri, Jan 27, 2023 at 8:32 PM Timur Bazhirov wrote: > Greetings, > > We have a question regarding establishing a direct connection (instead of > a login screen) for a user to SSH or VNC sessions. > > We've been using Guacamole for some time and recently started work > on updating it to the

Re: Drive share name in source

2023-03-19 Thread Nick Couchman
On Tue, Jan 31, 2023 at 11:15 PM Sean Hulbert wrote: > Hello, > > > > Is this the location to change the drive share name displayed in the RDP > session? So in the quotes if I changed it would that reflect the name I > like to show up in image two? > > Path:src/protocols/rdp/settings.c > All

Re: Remove ability to enter active sessions as an Administrator

2023-03-19 Thread Nick Couchman
On Thu, Feb 23, 2023 at 4:11 PM Sam Neal wrote: > > Hi all, > > Is it possible to remove the ability for Administrators to enter other users' > active sessions? > I would like my team to all be Administrators but this allows them to enter > any active session and view or control it as they

Re: Feature request: Home button missing in quick connect!

2023-03-18 Thread Nick Couchman
On Sat, Mar 18, 2023 at 11:20 AM khmadhu wrote: > Hi, > > In Ad-hoc connections once the connection is initiated the home button > goes missing in the top right menu, if for some reason the connection > fails the user has to logout and login again! to enter new quick URI, > > In the below

Re: LDAP users auto creation in database

2023-03-18 Thread Nick Couchman
On Sat, Mar 18, 2023 at 10:34 AM khmadhu wrote: > > Hi Nick, > > Thanks, the option auto create works for me, but if I simply click on the > users tab doest work, I have to refresh the whole page! Well, a couple of things to keep in mind: * Auto-creation happens on each individual login, so you

Re: Extension/Branding : Updating existing HTML :: CSS Selectors not working

2023-03-18 Thread Nick Couchman
On Mon, Feb 27, 2023 at 9:57 AM Mauricio Silveira wrote: > > Hi all. > > > Is there any in-depth reference of the selectors with examples for > https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html > ??? > > It seems like many selectors are not working. A simple selector

Re: Guacamole Mariadb to postgres conversion

2023-03-18 Thread Nick Couchman
On Wed, Mar 1, 2023 at 3:17 PM Kat Ludwig wrote: > Greetings, > > We have implemented an Azure Mariadb database for our guacamole prod > install. However, Azure doesn’t support any current versions of Mariadb, > so I wanted to change over to Postgres preferably or to Mysql. Do you know > of

Re: An error has occurred and action cant be completed.

2023-03-18 Thread Nick Couchman
On Mon, Feb 27, 2023 at 10:53 PM Brian Snyder wrote: > > Hello All, > > I am having an issue with Guac. Everything works normal (Rocky Lunux 8) > until I add the guacamole-auth-jdbc-mysql-1.5.0 file. Then I get an error > and am not able to login. The database is working properly. > Everything

Re: RDP connexion with NLA and Protected Users

2023-03-18 Thread Nick Couchman
On Wed, Mar 15, 2023 at 6:56 AM Clement ITIE wrote: > > > > I check the Freerdp project page and found this issue : > > https://github.com/FreeRDP/FreeRDP/issues/5258 > > > > It seems that the most recent release of freerdp, which is used in guacamole > according to the previous logs, is not

Re: LDAP users auto creation in database

2023-03-18 Thread Nick Couchman
On Sat, Mar 18, 2023 at 8:18 AM khmadhu wrote: > > Hi, > > Is there a way for LDAP users to be auto created while they login for the > first time?, it would be helpful and avoids manual creation. > Yep, the JDBC module has an auto-create setting for users that are successfully authenticated

Re: Guacamole Bug - Logs column in History has no data.

2023-03-17 Thread Nick Couchman
On Fri, Mar 17, 2023 at 12:20 PM Brad Turnbough < bturnbo...@backlundinvestment.com> wrote: > Well, I was able to create a recording, but the entry for it is still not > showing up in the WebUI. (I have all available guacamole rights) > > > > To give you further info…. We are using the MySQL

Re: Guacamole - Bug - Updating Organization for User.

2023-03-17 Thread Nick Couchman
I would agree this is not intended behavior. You're welcome to report bugs or request enhancements using the Jira instance, but you'll also need to request a Jira account: https://issues.apache.org/jira/projects/GUACAMOLE/issues -Nick On Fri, Mar 17, 2023 at 10:28 AM Brad Turnbough <

Re: Change to the way of authenticating provided by Guacamole

2023-03-15 Thread Nick Couchman
On Tue, Mar 14, 2023 at 7:36 PM Gabriel Huerta Araujo wrote: > > I found class SharedAuthenticationProviderService, which has below > method(authenticateUser). It receives credentials of Credentials type. Below > is its definition: > > @Override > public AuthenticatedUser

Re: Connection timeout

2023-03-14 Thread Nick Couchman
On Mon, Mar 6, 2023 at 12:27 PM Adrian Owen wrote: > > I have a customer where connection to Linux requires MFA. > > How to increase Guacamole connection timeout? There is no way to do it except to modify the code used for the connection and write the necessary code to make the socket wait.

Re: Change to the way of authenticating provided by Guacamole

2023-03-14 Thread Nick Couchman
On Mon, Mar 13, 2023 at 1:26 PM Gabriel Huerta Araujo wrote: > > Hi Michael > > > > Organization uses a Perl script which uses Tacacs as a way to be > authenticaded. This tool is used to measure user productivity, each time they > attend a problem accesing to a server through Guacamole. And the

Re: Error connecting to RDP server

2023-03-11 Thread Nick Couchman
On Fri, Mar 10, 2023 at 6:48 AM Kristoffer Panahon wrote: > > D'oh, of course I forgot to attach the files. Here they are. guacd[616]: ERROR: Error connecting to RDP server This is all the detail that's provided - you may want to start guacd in debug logging mode to capture more detail. Also, I

Re: SAML Claims

2023-03-11 Thread Nick Couchman
On Sat, Mar 11, 2023 at 12:58 AM John Doe wrote: > > I’ve recently setup SAML authentication through ADFS and have new users being > provisioned when they login. I am sending given name, surname, groups, and > mail as attributes from ADFS, but when I look at the user’s profile in Guac, > none

Re: Guacamole installation: make failure

2023-03-06 Thread Nick Couchman
On Mon, Mar 6, 2023 at 5:40 AM wrote: > > Hello, > > I get the error message below when running the make command during the > Guacamole installation. Has anyone come across this and how were they able > to fix it please: > > > ./configure: line 13839: syntax error near unexpected token `newline'

Re: No visible recording in history record

2023-03-05 Thread Nick Couchman
On Sun, Mar 5, 2023 at 9:09 AM Pavel Mlčoch wrote: > > Hello, > After upgrade from 1.4.0 to 1.5.0 everything works like before. Changelog > says about playing recording in history, but I can't see any links there. > When I search in recording folder, records has been recorded. > I use jodbc

Re: httpTunnel and CORS

2023-03-04 Thread Nick Couchman
On Thu, Mar 2, 2023 at 12:43 PM Cedric Biedermann wrote: > > Hi, > > I try to use the Guacamole.httpTunnel as described here: > https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.HTTPTunnel.html, > but I just get CORS errors. > On my client I set: > > 'Accept': '*/*', >

Re: Guacamole 1.5.0 not working in docker

2023-03-04 Thread Nick Couchman
On Fri, Mar 3, 2023 at 3:37 AM Fischer, Manuel wrote: > > Thanks for reply. > > > This is already covered in the manual - the section you mentioned in the > > JDBC chapter of the manual contains instructions for each of the databases > > (MySQL, Postgres, and SQL Server) for creating a user and

Re: Guacamole 1.5.0 with Ubuntu 16 xrdp service

2023-03-03 Thread Nick Couchman
On Fri, Mar 3, 2023 at 8:33 AM Dominik Borkowski wrote: > > Hello, > > While testing an upgrade from Guacamole 1.3.0 to 1.5.0 we ran into an issue > where Guacamole can’t connect to Ubuntu 16 xrdp service. In the past these > issues were related to glyph caching, and guacamole provides ability

Re: Re: Problem with update from 1.4.0 to 1.5.0

2023-03-03 Thread Nick Couchman
On Fri, Mar 3, 2023 at 11:19 AM Alexandre Roumiantsev wrote: > Hello > > It was announced about some changes: > [image: vnick] Nick Couchman > <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vnick> added > a comment - 03/Mar/23 14:08 > <https:/

Re: Guacamole connection opened new tab

2023-03-02 Thread Nick Couchman
On Thu, Mar 2, 2023 at 9:36 AM Chris Nigh wrote: > > Hi All, > > > > I was testing out Guac v1.4.0 with my users and they mentioned issues when > trying to launch a new connection from the home screen into a new browser tab > (right click -> open in new tab). In the new tab, the user only gets

Re: Guacamole 1.5.0 not working in docker

2023-03-02 Thread Nick Couchman
On Thu, Mar 2, 2023 at 7:01 AM Fischer, Manuel wrote: > > Its working now. I found the reason. In postgres, you have to do the > > CREATE USER guacamole_user WITH PASSWORD 'some_password'; > > on the postgres DB (all users and permissions are located in this DB) and > > GRANT

Re: Guacamole 1.5.0 not working in docker

2023-03-01 Thread Nick Couchman
On Wed, Mar 1, 2023 at 12:11 PM Rolf Zurbrügg wrote: > > Hi Manuel, > > It seems, like your are not running the init script for the DB. Have you > tried running this: > > ``` > docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql > > guac_db.sql > ``` > From the error it

Re: Sharing Profiles in LDAP

2023-03-01 Thread Nick Couchman
On Tue, Feb 7, 2023 at 10:02 AM Steffen Moser wrote: > > Hi all, > > I've got a question regarding the LDAP backend available in Guacamole > 1.4. We use LDAP for both, our primary user directory, and for > configuring Guacamole – especially the connections. We do this typically > by using LDAP

Re: VNC Connections issues after changing from Guacamole 1.4.0 to 1.5.0

2023-02-27 Thread Nick Couchman
You are encountering this bug: https://issues.apache.org/jira/browse/GUACAMOLE-1741 -Nick On Mon, Feb 27, 2023 at 7:45 AM Rolf Zurbrügg wrote: > > Hi I am currently seeng the following issue when trying to establish a VNC > connection when using guacamole V 1.5.0 > > guacd

Re: TOPT 2FA - Exclude Certain Users

2023-02-26 Thread Nick Couchman
On Sun, Feb 26, 2023 at 6:41 AM wrote: > > Hi, > > Would it be possible to exclude certain users from having to enrol 2FA? > > I would like for certain freelance IT support agents to login to specific ssh > machines without them having to whip out their mobile phone. While being the > owner of

Re: Guacamole / Ubuntu 20.04 x64 Questions

2023-02-24 Thread Nick Couchman
> > 2) I don’t have “share” available … I’m assuming a compile flag was > missed to enable this feature? > > > > I'm not entirely sure what you mean by this - can you elaborate? There's no > specific compilation flag required for session sharing - it's built into the > client, and mainly

Re: Guacamole / Ubuntu 20.04 x64 Questions

2023-02-24 Thread Nick Couchman
On Fri, Feb 24, 2023 at 12:41 PM Brad Turnbough < bturnbo...@backlundinvestment.com> wrote: > I have recently compiled and installed Guacamole 1.5.0 on Ubuntu 20.04. > Looks pretty impressive from using it just a couple of days. A couple of > questions: > > > > 1) I understand that it is

Re: Guacd 1.5.0

2023-02-24 Thread Nick Couchman
On Fri, Feb 24, 2023 at 8:47 AM Pablo wrote: > > guacd[8]: DEBUG: Client is using protocol version "VERSION_1_5_0" > > guacd[8]: ERROR: Unable to connect to VNC server. > I think you are probably hitting this issue: https://issues.apache.org/jira/browse/GUACAMOLE-1741 -Nick

Re: Guacamole Server 1.5 make fails on Rocky Linux 9

2023-02-23 Thread Nick Couchman
> Making all in src/guacenc > make[2]: Entering directory '/tmp/guacamole-server-1.5.0/src/guacenc' > CC guacenc-buffer.o > CC guacenc-cursor.o > CC guacenc-display.o > CC guacenc-display-buffers.o > CC guacenc-display-image-streams.o > CC

Re: Problem with update from 1.4.0 to 1.5.0

2023-02-22 Thread Nick Couchman
On Wed, Feb 22, 2023 at 9:22 AM Alexandre Roumiantsev wrote: > > Hello > > I am using podman based guacamole long time on my RHEL system. Does not > remember exectly with which version I have started. But latest version > I have checked is 1.4.0 > Today I have updated my server and found that

Re: ISSUE with RDP on Windows after upgrade from 1.4.0 to 1.5.0

2023-02-21 Thread Nick Couchman
On Tue, Feb 21, 2023 at 8:53 AM Alessandro Sironi wrote: > > Hello all, > > it was simplest than it seems! > > I only need to create a local user, add it to tomcat group, then I put new > username like this: > It doesn't even need to be part of the Tomcat group - basically you just need a user

Re: Docker 1.5.0 update

2023-02-20 Thread Nick Couchman
On Mon, Feb 20, 2023 at 8:43 AM Pablo wrote: > > Hello > guacamole 1.5.0 and guacd 1.5.0 docker does not work for me vnc only with > ssh, guacamole 1.5.0 and guacd 1.4.0 works perfect. > What can be ? You need to provide more detail than this and do some investigation on your own to help figure

Re: Self service password reset for JDBC auth source

2023-02-16 Thread Nick Couchman
On Thu, Feb 16, 2023 at 6:42 AM MAURIZI Lorenzo wrote: > > Hi all. > > I see from ASF Jira that someone suggested to add a self service password > reset to Guacamole, but it has not been accepted for the moment: > > https://issues.apache.org/jira/browse/GUACAMOLE-829 > I would not say that it

Re: clone a connection

2023-02-16 Thread Nick Couchman
On Tue, Feb 7, 2023 at 3:59 AM Vieri wrote: > > OK, I just got bitten by my own system. > > Guacamole is behind a reverse-proxy with ModSecurity. > Sending variables as ${} is considered a potential attack, so I get this in > the WAF: > > [id "932130"] [msg "Remote Command Execution: Unix Shell

Re: Is it possible to adopt both OpenID and custom authentication?

2023-02-15 Thread Nick Couchman
On Wed, Feb 15, 2023 at 3:41 PM hantuo wrote: > > Hi All, > > I'm trying to import Guacamole into my organization. Currently, I'm > conducting a feasibility study of the authentication process. After > reading through the documentation, I'm not sure how to integrate > Guacamole with the

Re: Guacamole 1.5.0

2023-02-06 Thread Nick Couchman
On Mon, Feb 6, 2023 at 7:41 AM Abhijeet Jha wrote: > Hi, > > Any roadmap for Guacamole 1.5.0 release? > > It's a bit unclear what you mean by "roadmap for the release." The issues that will be included can be viewed on Jira by looking at the items tagged to be fixed or completed for the release:

Re: LDAP with SAML, SSH keys, and MacOS issues

2023-02-03 Thread Nick Couchman
On Fri, Feb 3, 2023 at 4:54 PM Michael Hess wrote: > > Hey folks! > > I want to enable LDAP in my Guac Docker, I added the ldap environment > variables to the docker-compose.yml, removed the image, and did "docker > compose up" but it didn't add the .jar within the image/container. How do I >

Re: Random blank page problem that solve itself automagically

2023-02-03 Thread Nick Couchman
On Fri, Feb 3, 2023 at 6:09 AM LATOUR Michaël wrote: > > Hello ! > > > We have installed Guacamole 1.4.0 on a Debian 10 server with MySQL as > database and OpenID for authentication (via Keycloak). More or less 40 users > are registered, they each have access to 1 or 2 servers (more or less 60

Re: Guacamole server support request

2023-02-02 Thread Nick Couchman
On Thu, Feb 2, 2023 at 5:07 AM Alessandro Vandelli < a.vande...@dreamonkey.com> wrote: > Good morning, > > I'm new in the community and I need to create a demo project to show the > capabilities of guacamole without the needs to create a new server in the > first instance. > Is there a way to use

Re: Tomcat 10

2023-01-31 Thread Nick Couchman
On Tue, Jan 31, 2023 at 4:34 PM Sean Hulbert wrote: > > Hello, > > > > Are there any special requirements for Guacamole 1.4.0 to update Tomcat > 9.0.31 to Tomcat 10 or reasons not to do this? > Yes, Tomcat 10 makes some servlet API changes that require code changes to Guacamole. It's

Re: Authorization Code Flow / OpenID

2023-01-24 Thread Nick Couchman
On Sun, Jan 22, 2023 at 4:49 AM Eric Letourneur wrote: > > Hello everyone, > Do you have any information on the implementation of "Authorization Code > Flow" in guacamole-auth-openid? > Is there an easy way or do we have to wait for the next version? I do not believe that any work has been done

Re: Turning on File Transfer Breaks RDP

2023-01-23 Thread Nick Couchman
On Mon, Jan 23, 2023 at 10:49 AM Dylan Francis wrote: > > Guacamole is working, mostly. > Installed Guacamole on a Debian 10 machine using the Linode guide. We > replaced all mentions of 1.3.0 with 1.4.0 as the guide is slightly out of > date. > The only thing that was missing from the guide is

Re: Audio pass through not working for RDP

2023-01-10 Thread Nick Couchman
On Tue, Jan 10, 2023 at 8:01 AM Bbiswabasu Roy wrote: > > Hello, > We are using Guacamole in our company Seros where we give user's access to > virtual machines through RDP. Our frontend uses guacamole-common-js with > Angular framework. In spite of the fact that audio is enabled for RDP and >

Re: Current user/s connected

2023-01-10 Thread Nick Couchman
On Tue, Jan 10, 2023 at 6:50 PM Graeme Hulley < graeme.hul...@scionresearch.com> wrote: > Hi > > > > I am using Guacamole to restrict the number of users that can connect to > systems. Is there a method to once the Maximum number of connections limit > has been reached, the next person will

Re: Errors with Decprecated Functions and OpenSSL 3.0

2023-01-07 Thread Nick Couchman
On Thu, Jan 5, 2023 at 6:01 PM Ryan Isenor wrote: > > Thank you Mike for your swift reply. You'll forgive my ignorance in not 100% > understanding the context of what GUACAMOLE-745 and GUACAMOLE-1553 are > referring to but let me try to see if I have the right of it. > > According to 1553, you

Re: Cant connect on Alpache Guacamole

2023-01-05 Thread Nick Couchman
On Wed, Jan 4, 2023 at 11:17 PM Rifki Mirfiza wrote: > Dear, > I tried to connect my BMC Server to VNC on Apache Guacamole but always > failed, please need your help. Here I attach the error message > [image: image.png] > Previously I had filled in "edit connection" and "network parameters and >

Re: Guacamole 1.5.0

2023-01-04 Thread Nick Couchman
On Tue, Jan 3, 2023 at 7:35 PM Sean Hulbert wrote: > > > > I like to see this in React, its pretty amazing what we done with it and if > that is the move Guacamole goes, I will donate my react code You're definitely welcome to throw your input into the Jira issue and make your case for going

Re: HELP: Cannot paste anywhere inside guacamole

2022-12-29 Thread Nick Couchman
On Wed, Dec 28, 2022 at 11:08 PM Michael Jumper wrote: > > On Wed, Dec 28, 2022, 7:57 PM Nick Couchman wrote: >> >> On Sat, Dec 17, 2022 at 6:02 AM Edoardo Fullin >> wrote: >> > >> > Hello everyone, I've been encountering an odd issue lately. >

Re: Looking for help connecting to MacOS from Guacamole

2022-12-29 Thread Nick Couchman
On Thu, Dec 29, 2022 at 10:02 AM Geoffrey Schaller wrote: > > Hello, I am a newer user of Guacamole, and I am trying to set up a connection > to my Mac(s) at home. I did some googling prior to joining this list, but > could find nothing conclusive confirming a way to resolve my issues, or that

Re: HELP: Cannot paste anywhere inside guacamole

2022-12-28 Thread Nick Couchman
On Sat, Dec 17, 2022 at 6:02 AM Edoardo Fullin wrote: > > Hello everyone, I've been encountering an odd issue lately. > > Namely, I cannot paste text from my clipboard into guacamole, and by > that I don't mean inside remote sessions but I mean I cannot paste > anywhere on the website (login,

Re: How to development sftp with guacamole-common-js

2022-12-28 Thread Nick Couchman
On Wed, Dec 28, 2022 at 8:25 PM 陈鹏鹏 wrote: > > Hello, > > I build a web app with guacamole-common and guacamole-common-js, everything > works fine, but I cannot find any spec or doc to tell how to use sftp in the > web app, could you please help to figure out the doc or example? Thank you. The

Re: Adding JavaScript to your Guacamole extension

2022-12-28 Thread Nick Couchman
On Wed, Dec 21, 2022 at 6:16 AM Willem van de Mheen wrote: > I’m trying to build a Guacamole extension and I want to include some > JavaScript. Unfortunately, I can’t really find any documentation on this > subject. I can include a JavaScript file in the guac-manifest.json but when I > define

<    1   2   3   4   5   6   7   8   9   10   >