Re: Performance testing of Guacamole

2018-03-06 Thread Mike Jumper
On Tue, Mar 6, 2018 at 8:55 PM, Amarjeet Singh wrote: > Hi Mike, > > When creating a new thread, please address the list as a whole. The idea behind the mailing lists is to facilitate help/discussion within the entire community. Calling out an individual at the beginning defeats that. Now most o

LDAP/AD & Users Settings without a list of everyone?

2018-03-06 Thread tako
Hi, I'm using Guacamole thru Docker. We are trying to limit users in our Guac instance with a security group. However, the Users tab in Settings still shows a list of *everyone* in the OU. We tried to set LDAP_USER_SEARCH_FILTER as an env flag for the docker container. Everything else with LDAP

Performance testing of Guacamole

2018-03-06 Thread Amarjeet Singh
Hi Mike, Now most of my feature related issues are known and most of them are fix, I moved to performance testing. I am running Guacamole on a CentOS 7 VM, running on latest VMWare ESX on Dell 610. I did the test at night so there was no other load on the server. My VM has 2 vCPU and 4 GB of RAM.

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Amarjeet Singh
Hi Mike, I looked into the code and got the following :- *Keycode of backslash is 220 and char code is 92 or 0x5C * My Analyzations are as follows :- File : *src/protocols/rdp/keymaps/ja_jp_qwerty.keymap* > *map -shift 0x02..0x0D 0x7D ~ "1234567890-^\"* > *map -shift 0x10..0x1B

RE: Azure AD and Guacamole

2018-03-06 Thread James Fraser
Hi Nick and Peter Thanks for the reply. I have tried username@domain and usern...@domain.com and still do not have any luck with NLA enabled. All the servers are using NLA and all on prem domain joined machines are using NLA. I have set NLA + Ignore certificate and

Re: Override logout button?

2018-03-06 Thread Nick Couchman
On Tue, Mar 6, 2018 at 17:05 kevinmsrs wrote: > If you setup Guacamole with OpenID and the user clicks the logout button, > it > will just reauthorized with user via the IdP and log them back in. > > Is there a way to override the logout button and redirect them to another > site? Would like to r

Override logout button?

2018-03-06 Thread kevinmsrs
If you setup Guacamole with OpenID and the user clicks the logout button, it will just reauthorized with user via the IdP and log them back in. Is there a way to override the logout button and redirect them to another site? Would like to redirect them back to the user portal and fully log out of S

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Amarjeet Singh
There are no logs in guacd. Below are the logs :- > > ar 6 15:18:06 guacd[31839]: Loading keymap "base" > Mar 6 15:18:06 guacd[31839]: Loading keymap "ja-jp-qwerty" > Mar 6 15:18:16 guacd[31839]: guacsnd connected. > Mar 6 15:18:16 guacd[31839]: guacdr connected. > Mar 6 15:18:16 guacd[3183

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Mike Jumper
On Tue, Mar 6, 2018 at 11:49 AM, Amarjeet Singh wrote: > > if I type following keys I can see the japanese characters in hiragana > > biyoin > > this means I am able to pass japanese keyboard layout to Guacamole and > able to type most of the keys. > > but when I press the \ key (as per my hardw

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Amarjeet Singh
if I type following keys I can see the japanese characters in hiragana biyoin this means I am able to pass japanese keyboard layout to Guacamole and able to type most of the keys. but when I press the \ key (as per my hardware japanese keyboard), it does not type anything. The key @ types some

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Mike Jumper
On Tue, Mar 6, 2018 at 10:51 AM, Amarjeet Singh wrote: > Japanese keyboard is set locally as It is japanese O.S. I have set it to > Japanese. > > OK. I have set remote server layout to japanese. > > OK. Other characters are printing in Japanese language. > > What does this mean? - Mike

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Amarjeet Singh
Japanese keyboard is set locally as It is japanese O.S. I have set it to Japanese. I have set remote server layout to japanese. Other characters are printing in Japanese language. On Wed, Mar 7, 2018 at 12:17 AM, Mike Jumper wrote: > On Tue, Mar 6, 2018 at 10:41 AM, Amarjeet Singh > wrote: >

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Aaron Newsome
I had a problem with Guacamole not sending the RIGHT CTL key to my RDP session. It sent only CTL, whether I pressed the right or left ctl key. I found this great website: http://keycode.info/ It helped me figure out which keys the browser is sending. As it turns out, my right CTL key problem wa

Re: ISSUES with Japanese Keys from Japanese Keyboard in Japanese OS

2018-03-06 Thread Mike Jumper
On Tue, Mar 6, 2018 at 10:41 AM, Amarjeet Singh wrote: > Hi Team, > > > I have taken RDP of Japanese Windows 10 [ remote O.S. ] from Japanese > Windows 10 [ local O.S. ] . > > Guacamole Client Version : [ Compiled from fresh code ] > Guacamole Server Version : [ Compiled from fresh code ] > >

new user help please

2018-03-06 Thread mbarber
Hi people. I seem to have fallen at the final hurdle, and despite two days of searching cannot find an answer. All has gone well with the build on vmware player/ubuntu 16.04lts have set up a couple of other VMs and have a laptop on the home network as well, all connections are configured in guac an

Re: CAPS lock is not working in XRDP version 0.9.5 with Ubuntu 16.0.4 [ Guacamole RDP ]

2018-03-06 Thread Amarjeet Singh
@Nick, I have tested with SparK view with the same XRDP version 0.9.5 and same O.S. i.e Ubuntu 16.04 It is working fine. I have also tested with *mstsc *and it is working fine. My Analyzations are as follows :- *Which means there is no issue with XRDP 0.9.5* *Regards,* *Amarjeet Singh* On Tu

Re: OpenID module does not detect email claim

2018-03-06 Thread kevinmsrs
Mike, Thanks, I understand that I can select other options. It looks like my IdP only provides sub,aud,iss,exp. Can Guacamole client display the "given_name" from the userinfo details? I think users would find it odd to look at the "sub" claim as their name at the top right of the Guacamole interf

Re: NLA popup window - GUAC-1535

2018-03-06 Thread Nick Couchman
On Tue, Mar 6, 2018 at 10:05 AM, Yuval Mishan wrote: > Hi all, > > Guacamole supports security type of NLA, this means that the user needs to > enter his credentials. > Currently the only way to do so, is to add them to the configuration > (hard-coded). > This is not true. If you have your Guac

NLA popup window - GUAC-1535

2018-03-06 Thread Yuval Mishan
Hi all, Guacamole supports security type of NLA, this means that the user needs to enter his credentials. Currently the only way to do so, is to add them to the configuration (hard-coded). I saw there’s an open bug on it: https://glyptodon.org/jira/browse/GUAC-1535

AW: Authentication mechanism.. Was: New user questions...

2018-03-06 Thread Joachim Lindenberg
Hello Mike, my authentication extension now listens for TunnelEvents, and I figured out that the tunnel referenced in the events is using a ConfiguredGuacamoleSocket, which allows me to obtain the relevant configuration. I am now wondering how safe the assumption is that my RDP tunnel connectio

Re: Azure AD and Guacamole

2018-03-06 Thread Nick Couchman
On Mon, Mar 5, 2018 at 11:40 PM, James Fraser wrote: > Ok > > > A bit of a status update on this > > I have managed to get remote desktop working for Azure AD users. > > > This is on windows 10 desktops, I have had to disable Windows NLA on RDP > and resort to using TLS in guacamole. > > > Yeah,

Re: CAPS lock is not working in XRDP version 0.9.5 with Ubuntu 16.0.4 [ Guacamole RDP ]

2018-03-06 Thread Nick Couchman
On Mon, Mar 5, 2018 at 12:57 PM, Amarjeet Singh wrote: > Hi Nick, > > > I tried the above and took the fresh code using git clone > https://github.com/apache/guacamole-client to a fresh directory and BUILD > was success without any errors. > > git fetch upstream might have caused something which