Re: LDAP_USER_BASE_DN pointing to an AD Security Group

2017-07-28 Thread Nick Couchman
In order to accomplish what you're trying to do, you need to change your base DN to a higher-level.  So, the following line: ldap-user-base-dn: OU=guacamoleou,DC=test,DC=local would need to be changed to: ldap-user-base-dn: DC=test,DC=local Another option is to leave the base DN as you have it,

Re: RES: Implement HA on Guacamole Server

2017-07-28 Thread segfault
Update: Just to see if I can load balance in AWS using ELB *without* SSL client verification, I set up a new load balancer as follows: ELB Classic using HTTPS 443. I imported my key and cert and chain and created a new cert to use so I am terminating customer SSL at the ELB. I set session

Re: Drag and Drop issue

2017-07-28 Thread Mike Jumper
To any finding this thread, this has been solved, but the email subject was changed. The rest of the thread can be found here: https://lists.apache.org/thread.html/Zrc5y6prnvbse6i - Mike On Fri, Jul 28, 2017 at 10:12 AM, Adrian Owen wrote: > Hi Mike, > > Jul 28 17:57:10

Re: Drag and Drop issue - RESOLVED

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 10:36 AM, Adrian Owen wrote: > Hi Mike, > > I ran these commands: > > ln -s /usr/local/lib/freerdp/guacsnd-client.so /usr/lib/i386-linux-gnu/freerdp > ln -s /usr/local/lib/freerdp/guacdr-client.so /usr/lib/i386-linux-gnu/freerdp Note that there are

RE: Drag and Drop issue

2017-07-28 Thread Adrian Owen
Hi Mike, Jul 28 17:57:10 guacamole guacd[6591]: Failed to load guacdr plugin. Drive redirection and printing will not work. Sound MAY not work. Jul 28 17:57:10 guacamole guacd[6591]: Failed to load guacsnd alongside guacdr plugin. Sound will not work. Drive redirection and printing MAY not

Re: Drag and Drop issue

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 8:02 AM, Adrian Owen wrote: > Guacamole 0.9.12 – Debian Jessie x86 > > On the Guacamole server: > > ... > > 2. I created /userfiles with 777 permissions > You should *never* set permissions to 777. The drive directory needs only be

Re: Guacamole on Docker 0.9.12-incubating

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 12:16 AM, Martin Herold wrote: > ... > > One of our users from outside told me, he get kicked out after a view > seconds (max. 10 seconds) with error "high latency". > There is no error message within Guacamole which reads "high latency". Is this

Drag and Drop issue

2017-07-28 Thread Adrian Owen
Guacamole 0.9.12 - Debian Jessie x86 On the Guacamole server: 1. I followed this: https://glyptodon.org/jira/browse/GUAC-513 - And created the 2 links 2. I created /userfiles with 777 permissions - Restart Guacamole Server IE Guacamole RDP connection from a

Re: LDAP_USER_BASE_DN pointing to an AD Security Group

2017-07-28 Thread Mariano Di Girolamo
Hi Marco, I installed your patch on guacamole 0.9.12 and now only members to the group I specified on ldap-user-filter can access to guacamole, but this is true only if users are in the OU configured on ldap-user-base-dn. What can I do to enable users in different OU? This is my

Guacamole on Docker 0.9.12-incubating

2017-07-28 Thread Martin Herold
I need some help for following: Running Guacamole 0.9.12 as docker-container, guacd is a docker container too. The host is Ubuntu 16.04 Server as a virtual machine from host-europe. There are max. 10 users at the same time which have an rdp session to a windows server. Apache 2 used as