Re: VNC connection problem

2018-10-01 Thread Nick Couchman
On Tue, Sep 25, 2018 at 8:19 PM VolandSZ wrote: > I am still struggling on how to run guacd in debug mode (step by step > manual > on how to add -L debug) smiley image="anim_handshake.gif"/> > With Docker, I'm not sure the current released version (0.9.14) has a way to specify the debug level,

Re: Ubuntu 18.04.1 + Docker -> Installed version of FreeRDP lacks support for the preconnection PDU

2018-10-01 Thread Mike Jumper
If the version of FreeRDP in the Docker image for 0.9.14 is too old, you could try building the guacd Docker image from guacamole-server master. The Dockerfile for guacamole-server has been updated to use Debian stable, which has a newer FreeRDP. - Mike On Mon, Oct 1, 2018 at 11:37 AM, Joachim

Ubuntu 18.04.1 + Docker -> Installed version of FreeRDP lacks support for the preconnection PDU

2018-10-01 Thread Joachim Lindenberg
Hello, I installed a new virtual machine, docker, docker-compose, configured the system – I am referencing guacamole/guacd and guacamole/guacamole from my docker-compose.yml. Connections to Hyper-V VMs are disconnected immediately (didn´t test anything else). Docker logs guacd reveals the

Re: LDAP authentication problem

2018-10-01 Thread Der PCFreak
On 10/1/2018 4:35 PM, Galyrith wrote: Sorry for the inconvenience but I found the solution to my problem. To list the users of my ou "Etudiants" I need an admin account of my ad in this ou. ... or better a non-privileged account that is allowed to read there. I would not use an

Re: LDAP authentication problem

2018-10-01 Thread Galyrith
Sorry for the inconvenience but I found the solution to my problem. To list the users of my ou "Etudiants" I need an admin account of my ad in this ou. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: LDAP authentication problem

2018-10-01 Thread Galyrith
15:21:01.439 [localhost-startStop-1] INFO o.a.g.extension.ExtensionModule - Extension "MySQL Authentication" loaded. 15:21:01.443 [localhost-startStop-1] INFO o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/etc/guacamole". 15:21:01.473 [localhost-startStop-1] INFO

Re: LDAP authentication problem

2018-10-01 Thread Nick Couchman
> > so I modify my guacamole.properties file like that: > > # LDAP Properties > ldap-hostname: pin.isim.intra > ldap-port: 389 > ldap-user-base-dn: OU=Etudiants,OU=Comptes,DC=isim,DC=intra > ldap-search-bind-dn: CN=Bind,OU=Comptes,DC=isim,DC=intra > ldap-search-bind-password: x >

Re: LDAP authentication problem

2018-10-01 Thread Galyrith
Thanks Peter but it doesn't work. I have Microsoft Active directory too. And guacamole is install on centos 7. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: LDAP authentication problem

2018-10-01 Thread Galyrith
Here is my guacamole.properties file: # LDAP Properties ldap-hostname: pin.isim.intra ldap-port: 389 ldap-user-base-dn: OU=Comptes,DC=isim,DC=intra ldap-search-bind-dn: CN=Bind,OU=Comptes,DC=isim,DC=intra ldap-search-bind-password: xxx ldap-username-attribute: sAMAccountName

Re: LDAP authentication problem

2018-10-01 Thread Nick Couchman
On Mon, Oct 1, 2018 at 5:02 AM Galyrith wrote: > Hello, > I use my old topic to avoid opening another because my problem is still on > LDAP authentication. > > I am simply trying to "point" in the tree of my LDAP directory, after > several attempts to modify in guacamole.properties nothing works

Re: LDAP authentication problem

2018-10-01 Thread Galyrith
Hello, I use my old topic to avoid opening another because my problem is still on LDAP authentication. I am simply trying to "point" in the tree of my LDAP directory, after several attempts to modify in guacamole.properties nothing works ... -- Sent from: