LDAP Active Directory groups

2018-10-24 Thread Hugo AMG87
Hi,

I'm using Guacamole 1.0.0 version (github). I have installed mysql and ldap
extensions and they work properly. I'm creating connections in AD server
with ldif schemas an I have just seen that the authorized members to
connect in each guacConfigGroup must be added by "member" tag, so I have to
edit the file every time I want to add a new user.

is there any way to specify only a user group to authorize users in each
guacConfigGroup connection?

Thanks.


Re: Handling of simultaneous key-down and mouse-button events

2018-10-24 Thread Felix Wolfheimer
Hi Mike,

found a perfect way to get what I want from Guacamole and just wanted
to share what I did in case anyone runs into a similar issue.

In guacamole-common-js/src/main/webapp/modules/Keyboard.js 

there's a list (no_repeat) of keys for which the key-down event is not
repeatedly send to the server if a user presses the key and and holds
it down. I just added the spacebar key to this list and rebuild the
webapp. While the application on the remote side is now working as
expected, the drawback is that something like a text box of a remote
application also won't get multiple key-down events if the user holds
down the space-bar, i.e., if someone wants to type multiple spaces in
such a window he/she needs to press the spacebar for each space he/she
wnats to type on the remote side. For me that's perfectly fine. :-)
Thanks for your help, Mike!  

signature.asc
Description: This is a digitally signed message part