Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-12-01 Thread messido
This is the connection url I use to connect guacamole-common-js to guacamole-common (I've cut out some headers that mean nothing to guacamole) "host=109.168.97.XXX&protocol=rdp&port=3389&password=ItsAFreeRDP&username=NoReally&record=false&options=true&width=1080&height=720&enable-wallpaper=true&en

RE: Configuring LDAP

2017-12-01 Thread harry.devine
Just wondering if anyone has any ideas on how the LDAP is configured below? This still isn’t working for me and I’d like to know why. Thanks, Harry From: Devine, Harry (FAA) Sent: Monday, November 27, 2017 1:49 PM To: user@guacamole.apache.org Subject: RE: Configuring LDAP Here’s my current /e

Re: Configuring LDAP

2017-12-01 Thread Erik Berndt
I don't know if you paraphrased the config file, but I noticed the ldap-search-bind-dn common name doesn't have the space escaped. I wonder if guacd is treating the ldap-search-bind-dn cn as two separate entries, hence the "Multiple DNs possible" error? I'm not sure if it's required or not, but I

Re: Configuring LDAP

2017-12-01 Thread Mike Jumper
On Mon, Nov 27, 2017 at 10:49 AM, wrote: > Here’s my current /etc/guacamole/guacamole.properties file: > > > > #MySQL properties > > mysql-hostname: localhost > > mysql-port:3306 > > mysql-database: guacdb > > mysql-username: guacuser > > mysql-password: guacadmin > > mysql-default-max-connection

RE: Configuring LDAP

2017-12-01 Thread harry.devine
OK I was able to get it to log in. Here’s what I changed in my guacamole.properties to make it work: ldap-search-bind-dn:cn=”Directory Manager” ldap-user-base-dn:cn=users,cn=accounts,dc=example,dc=com So the user logs in fine, but in /var/log/messages, I get the following errors that I’m not su

Authentication issue after build client war file

2017-12-01 Thread David Rodriguez
Hi, I have build from git both the server and client versions, to be able to use the Spanish keyboard layout in the Guacamole connections. Server version was build and installed without issues and can continue using the previous .war client file to connect, however copying the new .war file and af

Re: Configuring LDAP

2017-12-01 Thread Erik Berndt
>Dec 1 13:34:35 access server: 13:34:35.644 [http-bio-8080-exec-6] WARN o.a.g.auth.ldap.user.UserService - Possibly ambiguous user account: "Jon Moen". >Dec 1 13:34:36 access server: 13:34:36.122 [http-bio-8080-exec-6] WARN o.a.g.auth.ldap.user.UserService - Possibly ambiguous user account: "Stev

Re: Configuring LDAP

2017-12-01 Thread Mike Jumper
On Fri, Dec 1, 2017 at 10:37 AM, wrote: > OK I was able to get it to log in. Here’s what I changed in my > guacamole.properties to make it work: > > ldap-search-bind-dn:cn=”Directory Manager” > > ldap-user-base-dn:cn=users,cn=accounts,dc=example,dc=com > > > > So the user logs in fine, but in /v

Re: Authentication issue after build client war file

2017-12-01 Thread Mike Jumper
On Fri, Dec 1, 2017 at 10:47 AM, David Rodriguez wrote: > Hi, > I have build from git both the server and client versions, to be able to > use the Spanish keyboard layout in the Guacamole connections. > > Server version was build and installed without issues and can continue > using the previous

RE: Configuring LDAP

2017-12-01 Thread harry.devine
OK, I was able to get it working better now. In our system, cn is the Common Name, but the user id is retrieved by the uid property. Once I set it to that, I was able to get in fine. Now onto trying to get port 636 to work. Thanks, Harry From: Mike Jumper [mailto:mike.jum...@guac-dev.org] Se

X Forwarding on an SSH connection

2017-12-01 Thread harry.devine
Is it possible to forward X when connected to an SSH session in guacamole? For example, if I was connected and wanted to edit a file using gedit in Linux, how can we make that work? Thanks, Harry Harry Devine DOT/FAA/AJM-2412 Common ARTS Software Development Terminal Server (NASDAC) Adminstra

Re: Authentication issue after build client war file

2017-12-01 Thread David Rodriguez
Thanks MIke It was due to the mysql schema upgrade. I'm able now to login correctly, however the layout still not appearing. I have follow the steps you mentioned on https://issues.apache.org/jira/browse/GUACAMOLE-233, so I did the following: - git cloned both server and client - on server folder:

Re: X Forwarding on an SSH connection

2017-12-01 Thread Nick Couchman
On Fri, Dec 1, 2017 at 15:53 wrote: > Is it possible to forward X when connected to an SSH session in > guacamole? For example, if I was connected and wanted to edit a file using > gedit in Linux, how can we make that work? > > > Not using SSH, no. Guacamole does not implement an X server. Y

Re: Authentication issue after build client war file

2017-12-01 Thread Nick Couchman
On Fri, Dec 1, 2017 at 18:18 David Rodriguez wrote: > Thanks MIke > > It was due to the mysql schema upgrade. I'm able now to login correctly, > however the layout still not appearing. > Could you clarify what you mean when you say the layout is not appearing? Is this right after you login, or a

Re: Authentication issue after build client war file

2017-12-01 Thread David Rodriguez
Hi Nick What Im unable to see is the Spanish keyboard layout option inside the connection settings. El 2 dic. 2017 3:25, "Nick Couchman" escribió: > > On Fri, Dec 1, 2017 at 18:18 David Rodriguez wrote: > >> Thanks MIke >> >> It was due to the mysql schema upgrade. I'm able now to login correc