Re: Redirect Guacamole log to another file

2019-04-23 Thread Nick Couchman
On Tue, Apr 23, 2019 at 12:54 PM Kamal Ezzaki wrote: > is there any instruction i can use to redirect guacamole output in my log > file to another file ? in centos > > Guacamole Client or Guacamole Server, or both? This should be doable for both, but Guacamole Client uses logback, and Guacamole

Redirect Guacamole log to another file

2019-04-23 Thread Kamal Ezzaki
is there any instruction i can use to redirect guacamole output in my log file to another file ? in centos -- *EZZAKI Kamal* *Élève** ingénieur en **Administration Réseaux et **Systèmes* *à l'ENSEM* *Tél : +212 6 81 78 28 64* *Email : kamalezza...@gmail.com *

Re: New guacamole-client Czech translation

2019-04-23 Thread VictorC
I tried my best, I hope, I did it right... https://issues.apache.org/jira/browse/GUACAMOLE-781 https://github.com/apache/guacamole-client/pull/396 -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: dynamic param values for user-mapping.xml

2019-04-23 Thread Nick Couchman
On Tue, Apr 23, 2019 at 6:03 AM Vieri wrote: > Hi, > > Is it possible to use the output of external scripts in order to define > specific variables in user-mapping.xml. > Yes, this is possible; however, my question would be, why do this instead of just setting up the JDBC module? It seems like

Re: New guacamole-client Czech translation

2019-04-23 Thread Nick Couchman
On Tue, Apr 23, 2019 at 8:09 AM VictorC wrote: > Hello, > I just translated the guacamole interface into Czech. If anyone was > interested. > https://github.com/Vict0rC/guacamole-client-cz > Based on lates git en.json (v1.1.0) > Victor > > Very nice! We would love for this to be contributed to

AW: dynamic param values for user-mapping.xml

2019-04-23 Thread Joachim Lindenberg
Hi Vieri, I´d expect Mike or Nick to cite https://guacamole.apache.org/faq/#integrate-auth... and I can confirm it is doable. Best Regards, Joachim -Ursprüngliche Nachricht- Von: Vieri Gesendet: Tuesday, 23 April 2019 13:53 An: user@guacamole.apache.org Betreff: Re: dynamic param

New guacamole-client Czech translation

2019-04-23 Thread VictorC
Hello, I just translated the guacamole interface into Czech. If anyone was interested. https://github.com/Vict0rC/guacamole-client-cz Based on lates git en.json (v1.1.0) Victor -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: dynamic param values for user-mapping.xml

2019-04-23 Thread Vieri
On Tuesday, April 23, 2019, 12:03:29 PM GMT+2, Vieri wrote: > >    SCRIPT_GENERATED_OUTPUT I may need to use ${GUAC_USERNAME} and ${GUAC_PASSWORD} within the LDAP/AD connection object. That may solve part of my question. However, I still don't know how to dynamically change

Re: Guacamole+Radius+Eap-tls

2019-04-23 Thread Kamal Ezzaki
Do you know any tuto to configure EAP-TLS in Windows server so i can test it too?

Re: Guacamole+Radius+Eap-tls

2019-04-23 Thread drhy
Sorry guys, I've tried downloading and using just the one file you pointed me to Kamal, tried the git commands Nick (I couldn't get them to work), and tried cloning/downloading all of the current 1.1.0. But I couldn't get a maven compile to work with radius. The only compile I can get to work is

Re: Fault with docker version of 1.0.0 - user settings unavailable

2019-04-23 Thread Rob
Can't believe but that's it thanks, I had cleared the cache but not on that machine, appreciate the response! On Tue 23 Apr 2019 at 08:18, Christian Kraus wrote: > This seems to be a browser caching thing, > > > try to clear all browser cache or access to guacamole from new machine or >

Re: Connection Error. You do not have permission to access this connection. Guac 1.0.0

2019-04-23 Thread VictorC
Hello, finally solved! Problem was in apache2 module *libapache2-mod-evasive* (DDOs protection) After disabling this module *a2dismod evasive*, guacamole works like a charm! VicC -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole+Radius+Eap-tls

2019-04-23 Thread drhy
Hi, I don't know my way around github or git, so I just downloaded the raw RadiusConnectionService.java file, pasted in a licence header from another radius file, and copied (cp -f) the file to

Re: RE:

2019-04-23 Thread Vieri
On Tuesday, April 23, 2019, 9:15:02 AM GMT+2, Christian Kraus wrote: > > I think you'll have to set the ignore certificate setting (guacamole > connection option) and do NLS or TLS auth to 2012 onward I already did. This is my config:     rdp     10.215.144.50    

RE: Fault with docker version of 1.0.0 - user settings unavailable

2019-04-23 Thread Christian Kraus
This seems to be a browser caching thing, try to clear all browser cache or access to guacamole from new machine or different web-browser rg Christian Christian Kraus Inhaber CKC IT Consulting & Solutions e.U. Kirschenallee 22 2120 OBERSDORF Österreich Telefon: +43 (0) 680 2062952

RE:

2019-04-23 Thread Christian Kraus
Hi, I think you'll have to set the ignore certificate setting (guacamole connection option) and do NLS or TLS auth to 2012 onward rg Christian Christian Kraus Inhaber CKC IT Consulting & Solutions e.U. Kirschenallee 22 2120 OBERSDORF Österreich Telefon: +43 (0) 680 2062952 Fax:

Re: rdp support with freerdp 1

2019-04-23 Thread Vieri
Hi, On Sunday, April 21, 2019, 2:18:58 PM GMT+2, Mike Jumper wrote: > > Guacamole supports all FreeRDP releases from 1.0.1 onward, with the exception > of the 2.0.0 release candidates that are not yet supported. This means > essentially all 1.x tags in the FreeRDP git repository. We also