Re: Apache2 reverse proxy and guacamole, https page will not load, showing cert error.

2023-05-25 Thread Nick Couchman
On Thu, May 25, 2023 at 2:13 AM Shigeki Sawamura wrote: > > Hello. > > If you have "000-default-le-ssl", try "$ sudo a2ensite 000-default-le-ssl". > > I believe Guacamole supports AJP. > I have built 8 Guacamole servers from 1.3.0 to 1.5.1 so far, but they are all > accessed by AJP via Apache2.

Re: Displaying both active and disconnected remote desktop sessions on the home screen

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 11:19 AM Joachim Lindenberg wrote: > > I think it can be done in an extension mixing in additional status > information. My extension - targeting Hyper-V hosts - doesn´t keep track of > disconnected sessions, but mixes in status information like VM running, > saved, or

Re: Apache2 reverse proxy and guacamole, https page will not load, showing cert error.

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 1:49 PM Eby Mani wrote: > > Hi, > > Running "certbot --apache" generates the certificate and inserts the ssl > certificate related lines to apache2 sites .conf file and create required > ssl.conf file (e.g. 000-default.conf, 000-default-ssl.conf, etc) > > Can you

Re: SSH Settings

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 10:13 AM Michael Hess wrote: > > Hey Nick, here's the output of a good connection to a working switch, > followed by the old one that requires ssh-dss and diffie-hellman-group1-sha1 > with aes256-cbc as the cipher: > > guacd[1]: INFO:   Creating new client for protocol

Re: SSH Settings

2023-05-24 Thread Nick Couchman
On Tue, May 23, 2023 at 5:43 PM Michael Hess wrote: > > I have a couple devices that need old cyphers and crypto settings, what's the > best way to go about that? > > Generally, I'd just add them to the ~/.ssh/config file. I assume it's best to > do this somehow in my docker-compose.yaml file

Re: Displaying both active and disconnected remote desktop sessions on the home screen

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 3:08 AM Bianconi, Luca wrote: > > Hello, > > > > we currently have a guacamole server running on Rocky Linux 8, managing > several RDP connections set up in organizational groups, and everything is > functioning as expected. > > > > I wanted to inquire if it would be

Re: remote app guacamole on different session

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 5:21 AM wrote: > > Hi, I use guacamole to connect to a remoteapp infrastructure. I would like to > know if it is possible to launch the applications available in different > sessions and have them in separate pages. Thank you > Probably so, yes, but it's a bit unclear

Re: Configuring connections to use recording storage for docker version

2023-05-19 Thread Nick Couchman
On Fri, May 19, 2023 at 12:47 AM Golota S.V. wrote: > the problem is not solved, I also can not access the records through the web. > I think the problem with access to the directory remains if, according to the > recommendations, specify in the Recording path: >

Re: MAC clipbord Copying/pasting text

2023-05-12 Thread Nick Couchman
On Thu, May 11, 2023 at 4:43 PM Rezk Mekhael wrote: > > All, > Does anyone know where the MAC user manual for guacamole - like how? for MAC > users There is no Mac-specific user guide, so please provide more context for your question so that we can help you. It's unclear what Mac

Re: Resource 404 error after packaging with Maven

2023-05-03 Thread Nick Couchman
On Wed, May 3, 2023 at 11:29 AM Willem van de Mheen wrote: > > I’m working on a Guacamole branding extension and when I create a jar file by > zipping the directory, I can load the extension and images load just fine. > The strange thing is that when I package the files with Maven, the

Re: SSO extension, CAS don't open connections

2023-05-02 Thread Nick Couchman
> > In my connections i use the defaults values ${GUAC_USERNAME} and > ${GUAC_PASSWORD}. Unless you have also configured CAS ClearPass (https://guacamole.apache.org/doc/gug/cas-auth.html#using-cas-clearpass), the ${GUAC_PASSWORD} token will not be available for your connection configurations,

Re: Problem with Guacamole and SSH connections

2023-05-01 Thread Nick Couchman
On Mon, May 1, 2023 at 7:26 AM Lee Doughty wrote: > > As a note, this is a user mailing list, not a support help desk. Most people > receiving your request for help are users like yourself. > > > Our team upgraded from 1.3 to 1.5 over the last month and had no issues like > you describe

Re: TOTP & Docker

2023-04-30 Thread Nick Couchman
On Sun, Apr 30, 2023 at 7:33 AM André R. Basel wrote: > > Hi > > I am looking at https://guacamole.apache.org/doc/gug/totp-auth.html. I am > guessing that this is for a non-docker install. > > Given that the docker container resets itself each time one runs it, how do > you create and copy the

Re: High availability and users can connect only once to Guacamole Client page.

2023-04-30 Thread Nick Couchman
On Sat, Apr 29, 2023 at 9:38 PM Gabriel Huerta Araujo wrote: > > Nick > > > If you're asking what would have to change in order to share active > > connection information between two systems, that's a fairly complex task. > > Currently the JDBC module is the only module that implements > >

Re: Removing /guacamole

2023-04-30 Thread Nick Couchman
On Sat, Apr 29, 2023 at 11:02 PM André R. Basel wrote: > > Actually, I can now answer my own question. Everything is stored in the DB > and as that did not change, nothing is lost :) > Ah, yes, I misunderstood your original question. The database container should be separate from the Guacamole

Re: Removing /guacamole

2023-04-29 Thread Nick Couchman
On Sat, Apr 29, 2023 at 4:25 PM André R. Basel wrote: > > Hi Nick > > Perfect > > so I just need to add the following? > > -e WEBAPP_CONTEXT=ROOT > Yes, that's correct. > This will then start a new instance; how do I keep my current connections in > the new docker instance? If you deploy a

Re: High availability and users can connect only once to Guacamole Client page.

2023-04-29 Thread Nick Couchman
On Fri, Apr 28, 2023 at 8:00 PM Gabriel Huerta Araujo wrote: > > Ok Nick > > My feedback > > 1.- About concurrent sessions, I think this should not be shareable. Is it > necessary to use non-shareable connections to be able to use the load > balancer? How do I differentiate between them

Re: Removing /guacamole

2023-04-29 Thread Nick Couchman
On Fri, Apr 28, 2023 at 8:49 PM André R. Basel wrote: > > Do I add something like > > -v /home/myhome/quacamole:/opt/quacamole > > And then put my war file there? No, there's no need to do this. If you're looking to change the path used by Docker to deploy the web application (e.g. remove

Re: Can't copy between remote and local connection

2023-04-28 Thread Nick Couchman
On Fri, Apr 28, 2023 at 3:58 PM André R. Basel wrote: > > Hi Nick > > That was it, my browser (Brave) was not asking me to allow the clipboard. > > Regarding to file transfer, do you know of a simple tutorial that leads one > through setting this up? I don't know of a tutorial, no. The

Re: High availability and users can connect only once to Guacamole Client page.

2023-04-28 Thread Nick Couchman
On Wed, Apr 26, 2023 at 9:52 PM Gabriel Huerta Araujo wrote: > > Hi all > > I have 2 doubts: > > 1.- Guacamole is going to be installed on two servers, ¿is there a way to > manage a high availability scheme (if one is out, the backup server > automatically enters)? There is currently no way to

Re: Can't copy between remote and local connection

2023-04-28 Thread Nick Couchman
On Fri, Apr 28, 2023 at 7:05 AM André R. Basel wrote: > > Hi > > I am able to use Guacamole to make and RDP connection to a Debian box using > XRDP. > > Looking at the settings it would appear possible to be able to copy and paste > text cross the browser connection, as well as to be able to

Re: ESXi VNC over websocket connection

2023-04-27 Thread Nick Couchman
On Thu, Apr 27, 2023 at 6:02 PM Michael Jumper wrote: > > On Thu, Apr 27, 2023, 2:55 PM Stephen Young > wrote: >> >> Hi all, >> >> In ESXi 7.0, VMWare has removed TCP access to the bundled VNC server built >> into their ESXi hypervisor. Instead the VNC protocol is tunneled over a >>

Re: Change to the way of authenticating provided by Guacamole

2023-04-26 Thread Nick Couchman
On Sat, Apr 22, 2023 at 8:09 PM Gabriel Huerta Araujo wrote: > > Thanks a lot Michael and Nick for your valuable help. > > > > I found out that I was doing something wrong. The Tacacs authentication > provider jar was made with Guacamole version 0.9.14 and I was doing my tests > with Guacamole

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

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