Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
dear, when cam taking remote of x11rdp server(lentos 7) from windows through mstsc that time cap lock working fine . but when taking remote through guacamole cap lock not working . when in last month this cap lock with en_us_qwarety keyboard with guacamole is working fine but suddenly this

Re: Us keyboard not work on XRDP

2019-08-20 Thread ivanmarcus
Ok, unfortunately that's different from my experience; there may not be a lot more I can help with. However, it may be useful for others if you could let us know what happens if you use Guacamole's on-screen keyboard? On 21/08/2019 4:04 p.m., Manoj Patil wrote: thanks for response . I am

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
thanks for response . I am done all these setting but Cap lock not work in any condition. please suggest any other solution. > On 20-Aug-2019, at 4:37 PM, ivanmarcus wrote: > > In Guacamole itself there's a setting for keyboard layout. > > This is located, from the web gui, in settings ->

Re: Guacamole websockets issues

2019-08-20 Thread Justin Gauthier
I should note that this only seems to happen (frequently) with VNC connections. I have RDP connection, and an SSH connection to the same host as the VNC connection that does not seem to time out, at least not within the 30-40 minutes of testing I’ve done, just the VNC connection, which can

Guacamole websockets issues

2019-08-20 Thread Justin Gauthier
Hello, I am running Guacamole in Kubernetes (using this helm chart https://github.com/Just-Insane/apache-guacamole-helm-chart). I am using the nginx ingress for ingress into the Guacamole frontend. Which uses Guacamole 1.0.0 docker container. I am getting some websocket timeout errors:

Aw: Re: Re: docker-container for Guacamole 1.1.0

2019-08-20 Thread michael böhm
Hi Nick,   it worked fine with the 1.0.0-tar from the homepage. Thank you!   At least I can see radius-requests in tcpdump. Tomorrow I will check it against our freeradius.   Two more questions:   - What is the intended way of adding extensions to the docker-container? My approach was to

Re: Re: docker-container for Guacamole 1.1.0

2019-08-20 Thread Nick Couchman
On Tue, Aug 20, 2019 at 1:19 PM "michael böhm" wrote: > Hi Nick, > > thanks for your answer. > > I basically followed this chapter and adapted it for docker: > > https://guacamole.apache.org/doc/gug/radius-auth.html > > I used the given mvn-command on the checked-out repo to create a >

Aw: Re: docker-container for Guacamole 1.1.0

2019-08-20 Thread michael böhm
Hi Nick,   thanks for your answer.   I basically followed this chapter and adapted it for docker:   https://guacamole.apache.org/doc/gug/radius-auth.html   I used the given mvn-command on the checked-out repo to create a guacamole-auth-radius-1.1.0.jar which I added to the container's

Re: OpenID and NoAuth / user-mapping.xml ?

2019-08-20 Thread Nick Couchman
On Tue, Aug 20, 2019 at 12:20 PM Mike Sollanych wrote: > Thanks for your response, Nick. > > > However, I wonder does the Consul service discovery have any sort of API > that could be leveraged to dynamically pull connection information? > > Yes, it's intended for exactly this kind of thing. >

Re: OpenID and NoAuth / user-mapping.xml ?

2019-08-20 Thread Mike Sollanych
Thanks for your response, Nick. > However, I wonder does the Consul service discovery have any sort of API that > could be leveraged to dynamically pull connection information? Yes, it's intended for exactly this kind of thing. https://www.consul.io/api/index.html is the tip of the iceberg.

Re: docker-container for Guacamole 1.1.0

2019-08-20 Thread Nick Couchman
On Tue, Aug 20, 2019 at 5:13 AM "michael böhm" wrote: > Hi everyone, > > is there already a date for the container on docker-hub being updated to > the newest version? > No, 1.1.0 has not been released, yet, so there is no Docker image published. > > Alternatively, is there a way to build it

Re: Get all open sessions / connections

2019-08-20 Thread Lukas Krempler
thank you to show me the right way. To get the correct API requests, the developer console is a nice way. For the TOTP Authentication in the python script i used: https://github.com/pyauth/pyotp i hope i find some time in the next days to commit a actual python 3 example.

Re: Us keyboard not work on XRDP

2019-08-20 Thread ivanmarcus
In Guacamole itself there's a setting for keyboard layout. This is located, from the web gui, in settings -> connections -> [connection name] -> basic settings -> keyboard layout Try changing this option to Unicode On 20/08/2019 8:46 p.m., Manoj Patil wrote: i am setting keyboard type

docker-container for Guacamole 1.1.0

2019-08-20 Thread michael böhm
Hi everyone,   is there already a date for the container on docker-hub being updated to the newest version?   Alternatively, is there a way to build it by myself?   Background: I have compiled the radius-plugin with version 1.1.0 which does not work on the "latest"-container from docker-hub.

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
i am setting keyboard type -unicode on firefox version 68 but still cap locks not work . > On 20-Aug-2019, at 5:02 AM, ivanmarcus wrote: > > Manoj, > > Have you tried setting the keyboard layout to 'unicode' in Guacamole? > > > On 19/08/2019 11:09 p.m., Manoj Patil wrote: >> Dear thank >>

Re: Struggling with guacamole installation for many many times

2019-08-20 Thread ivanmarcus
I was setting up a new VM instance of Guacamole today and thought it could be useful to update/tidy up the install commands list I wrote up earlier (for Ubuntu server 18.04.2). This now includes the necessary detail for a MySQL auth install: # How-to: Install Guacamole 1.0.0 on Ubuntu