connectin error, after shared profile deleted

2020-04-16 Thread DMoscovitch
Hi I was wondering if this was a known issue/feature? I could not find any notes on this. I tested the following scenario. User1 connects to their RDP1 User 1 goes to their share menu and selects "ReadOnlyShare1" (just a name) grab that URL and send to another USER2 , but that just happens to

Re: randomely showing localhost IP in guacamole user history

2020-04-15 Thread DMoscovitch
Thanks. seems to still be working for me still . here's hoping. ALSO incase this helps, in my setup this was required to allow the correct IP for the tomcat access logs . or else you end up with 127.0.0.1 as well logging . addrequestAttributesEnabled="true" into the

Re: randomely showing localhost IP in guacamole user history

2020-04-15 Thread DMoscovitch
Thanks Im trying that 1 change now "127.0.0.1" instead of"localhost" in the nginx config, proxy_pass http://127.0.0.1:8080/guacamole/; come to think of it, this did seem like a resolution thing and I bet if you check your /etc/hosts file you will see localhost also in the IP6 section, which

Re: randomely showing localhost IP in guacamole user history

2020-04-14 Thread DMoscovitch
I did try that at one point and it didnt seem to make a diff. but I could try again and will try a full reboot instead of just restarting all the associated services. everything is hosted on 1 server. and there is just a firewall in front of it, so unless thats doing something odd, its just

RE: randomely showing localhost IP in guacamole user history

2020-04-09 Thread DMoscovitch
Hi Tushar from catalina.out , and its the 0:0:0:0:0:0:0:1 that seems to be an issue. good user 14:32:54.531 [http-bio-8080-exec-2857] INFO o.a.g.r.auth.AuthenticationService - User "USER123" successfully authenticated from 123.123.123.123. 14:33:12.408 [http-bio-8080-exec-2858] INFO

Re: randomely showing localhost IP in guacamole user history

2020-04-09 Thread DMoscovitch
i'm not actually sure. We are not using IP6 . . the server only has 1 ip. /danielm From: "Chris Misztur" To: user@guacamole.apache.org Date: 04/09/20 02:51 PM Subject:Re: randomely showing localhost IP in guacamole user history @DMoscovitch is your proxy

Re: randomely showing localhost IP in guacamole user history

2020-04-09 Thread DMoscovitch
Yes, as far as I can tell. I've gone through this so many times. I thought also i needed to set maybe the 0:0:... address into the proxies also but that didnt seem to have any affect either. The odd thing is it does work some of the time == === /danielm From: "Nick

randomely showing localhost IP in guacamole user history

2020-04-08 Thread DMoscovitch
Hi, I have been trying to figure this one out for a while. and I have already made many changes to allow for the x forward field (as it does seem to work some of the time for some people). Anyone have any suggestions to get a consistent result for the logs. an example of catalina.out from

Re: TOTP in Apache Guacamole

2020-04-07 Thread DMoscovitch
"without Complications" hmmm not that I am aware of :) BUT THE qr code is not the only option. there is a Details section that you can expand and just save those #s. They will work in ANY TOTP software. and if the phone/device dies you can just retype them. but you are bypassing 1 aspect of

TOTP Reset

2020-03-27 Thread DMoscovitch
I was wondering if anyone else has some better ways to find and reset their totp users, other than just deleting them. Ie someone lost/broke a phone. For now it seems there is no interface to do this (1.0.0) This is what I have been doing, any better ways? This is with the TOTP plugin and

A large thank you to the Apache Guacamole Team

2020-03-25 Thread DMoscovitch
Hi Team, I'd just like the give a quick large thank you to the Guacamole team and any and all developers involved at this time. Due to the word situation now I've had to quickly implement something to allow many many users to now work from home and most likely without this system people would

Re: TOTP reset

2019-07-13 Thread DMoscovitch
I've been wondering how to do this also in an easy way. ie just force re-enrollment to allow a new device or second device. can anyone expand on this script to just have a select based on the username i need. instead of just guessing the user_id :) . for now i just did a manual few lines to

Re: [SECURITY] CVE-2018-1340: Secure flag missing from Apache Guacamole session cookie

2019-01-26 Thread DMoscovitch
Would that mean if the server, if accessable only by https://guacamole.domain.com/something/ and http was blocked. it would be ok? in this case? From: "Mike Jumper" To: user@guacamole.apache.org, d...@guacamole.apache.org, annou...@apache.org, annou...@guacamole.apache.org,

Re: Session Remote Host Address Showing Loopback

2019-01-18 Thread DMoscovitch
Hi there were some changes i see in 1.0.0 , It looks like, in my case, if you do those changes it usually shows the correct IP most of the time. oddly enough I sometimes see the 0:0... one sometimes. see https://guacamole.apache.org/doc/gug/proxying-guacamole.html and the home page as well

Guac location libraries for freerdp / guacsnd

2019-01-18 Thread DMoscovitch
Hi All, and Guac Team I have a question about the libraries for guac. By default on a Ubuntu 16.04 updated from 14.04 system running guacamole the lib files seem to have gone to /usr/local/lib/freerdp ie I see, guacai-client.la* guacai-client.so* guacai.la* guacai.so* guacdr-client.la*

Re: GUACAMOLE-335 GUACAMOLE_HOME changes

2018-01-23 Thread DMoscovitch
so, then perhaps I'll just stick to /etc/guacamole and migrate things there after an upgrade to avoid any ambiguity on my part. I think I just originally misunderstood the "home directory of the user running the servlet container" but as that really has not changed, in my case it just happens

GUACAMOLE-335 GUACAMOLE_HOME changes

2018-01-19 Thread DMoscovitch
Hi for 0.9.14 i see changes to GUACAMOLE_HOME as per GUACAMOLE-335 what happens in the case of an upgrade from .9.13 to .9.14 when, .guacamole exists in the tomcat folder , example, /usr/share/tomcat7/.guacamole/ . which holds /extensions and /lib but whre the guacamole.proterties file is