Re: Thread about recording location

2025-01-28 Thread Der PCFreak
Hi, I maintain this repository: boschkundendienst/guacamole-docker-compose: Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed) and recently (5 days ago) a user opened an issue exactly for that problem.

Re: Issues with SSO - SAML

2024-10-30 Thread Der PCFreak
Hi, Nginx was just an example - the overall point was that you need to make sure that the HTTPS protocol scheme is being maintained throughout the entire redirect chain. However, given some of the error messages you're receiving below, I'm not sure that's actually what is going on. I think

Re: Issue with Guacamole

2024-10-30 Thread Der PCFreak
Hi, Is there a way to add users in bulk? Perhaps through a .csv or .txt file and thus avoid the user having to log in to register for the first time in the application. Is this possible? You could use a bash script using curl to call the API for that: Create a .CSV file in my case I used |d

Re: guachome

2021-10-04 Thread Der PCFreak
Hi Baptiste, Am 04.10.21 um 19:31 schrieb Baptiste: Has anyone managed to add an extension in guacamole official image from docker hub ? If I bind the /root/.guacamole/extension ( default GUACAMOLE_HOME for the image ) to any host folder or non-existent folder to let docker create it, the fol

Re: Auto-Logout from Guacamole after RDP connection closes

2020-12-11 Thread Der PCFreak
Hi! Maybe just create a "dummy" connection for all the users (that is what I did). Because users then have more than 1 connection they jump back to the connection selection screen instead of reconnecting. maybe that helps? Greets PCFreak On 11.12.2020 09:08, Bernd Hofner wrote: Hello, w

Re: [Guacamole hack attack?]

2019-09-12 Thread Der PCFreak
from Blackhat 2019 where it is listed as an example on page 80. (btw. very interesting document...) Anyway, nothing happened, server is secured let's move to the important things of life. Regards Peter On 12.09.2019 18:07, Nick Couchman wrote: On Thu, Sep 12, 2019 at 11:40 AM D

[Guacamole hack attack?]

2019-09-12 Thread Der PCFreak
Hi, by accident I found the following in my very reduced Apache SSL Error logs: ``` [Thu Sep 05 02:35:53 2019] [error] [client xxx.xxx.xxx.xxx] Invalid URI in request GET /dana-na/../dana/html5acc/guacamole/../../../../../../../etc/hosts?/dana/html5acc/guacamole/ HTTP/1.1 ``` The thing is,

Re: Wget downloading version 1.0

2019-07-03 Thread Der PCFreak
Hi, I think the problem for Manoj is, that wget stores the file as |closer.cgi\?action=download\&filename=guacamole%2F1.0.0%2Fsource%2Fguacamole-server-1.0.0.tar.gz|. Just add -o at the end like this and it works as expected. |wget 'http://apache.org/dyn/closer.cgi?action=download&filename=g

Re: LDAP authentication problem

2018-10-01 Thread Der PCFreak
On 10/1/2018 4:35 PM, Galyrith wrote: Sorry for the inconvenience but I found the solution to my problem. To list the users of my ou "Etudiants" I need an admin account of my ad in this ou. ... or better a non-privileged account that is allowed to read there. I would not use an administrativ

Re: LDAP authentication problem

2018-10-01 Thread Der PCFreak
On 10/1/2018 3:01 PM, Galyrith wrote: Here is my guacamole.properties file: # LDAP Properties ldap-hostname: pin.isim.intra ldap-port: 389 ldap-user-base-dn: OU=Comptes,DC=isim,DC=intra ldap-search-bind-dn: CN=Bind,OU=Comptes,DC=isim,DC=intra ldap-search-bind-password: xxx ldap-username-attri

Re: Azure AD and Guacamole

2018-03-05 Thread Der PCFreak
Hi, just an idea - and you maybe already tried that. For the username thing, what happens if you use u...@domain.tld in the user field and leave domain blank within the connection settings? Cheers Peter On 06.03.2018 05:40, James Fraser wrote: Ok A bit of a status update on this I have m

Re: Interesting combination of Guacamole and ZeroTier

2017-12-19 Thread Der PCFreak
For those who want to get more details, the founder of ZeroTier was a guest at the Packet Pusher Podcast and gave a real good overview about the ZeroTier technology and also explained a lot how it works internally. Seems like a software you can trust and this guy knows a lot about networking an

Re: Interesting combination of Guacamole and ZeroTier

2017-12-19 Thread Der PCFreak
That would be a great combo and imho easy to implement. I could imagine to see a zerotier configuration dialog inside guacamole (for easy setup) and a more advanced setup via config files maybe even a zerotier-controller is possible (since it is included in ZeroTier >1.2x afaik). This DIY contr