Re: Telnet/SSH buffer size

2017-10-19 Thread Mike Jumper
On Thu, Oct 19, 2017 at 8:14 AM, Nick Couchman wrote: > On Thu, Oct 19, 2017 at 9:24 AM, McRoy, Jeffrey (GE Healthcare) > wrote: >> >> Hi Everyone, >> >> Does anyone know what the buffer size is for Guac’s Telnet and SSH >> sessions? >> > > For SSH, looks

Re: Assistance on creating jar file from directory

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 5:27 PM, Charles Mccrea wrote: > Hello Nick and thank you for this explanation. > > I've searched my guacamole server for a guacamole.properties location. I > found two: > > /etc/guacamole/guacamole.properties >

Re: Error when query LDAPuser DN

2017-10-19 Thread adrianz
Thanks a lot! That worked. -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: mySQL authentication issue.

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 4:19 PM, Darch wrote: > Half a day trying to figure it out...and you're right. I got all the files > directly this time. My mistake was using Maven to build my guacamole.war > file initially. > > You can definitely build it, but, if you do, make sure

Re: Assistance on creating jar file from directory

2017-10-19 Thread Charles Mccrea
Hello Nick and thank you for this explanation. I've searched my guacamole server for a guacamole.properties location. I found two: /etc/guacamole/guacamole.properties /usr/share/tomcat/.guacamole/guacamole.properties It would appear that one is a pointer to the other so basically I have found

Re: mySQL authentication issue.

2017-10-19 Thread Darch
Half a day trying to figure it out...and you're right. I got all the files directly this time. My mistake was using Maven to build my guacamole.war file initially. Thanks! Now to figure out everything this nice little engine can do for me... -- Sent from:

Re: Error when query LDAPuser DN

2017-10-19 Thread Paul Cantle
Hi, If you're using AD and wasn’t to query from the root, then use this ldap-port: 3268 That should sort it. Rgds paul On 19/10/2017, 20:24, "adrianz" wrote: Hello, I have LDAP authentication enabled and the following setting: ldap-user-base-dn:

Re: mySQL authentication issue.

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 3:27 PM, Darch wrote: > Trying out Guacamole, I've followed the instructions on the site. First > step, I got it to work without issues with a flat user-mapping.xml. > > Now, moving on, I'm trying to use with mysql auth. Somehow, the > authentication

mySQL authentication issue.

2017-10-19 Thread Darch
Trying out Guacamole, I've followed the instructions on the site. First step, I got it to work without issues with a flat user-mapping.xml. Now, moving on, I'm trying to use with mysql auth. Somehow, the authentication provider extension fails to start. I have by java connector in lib. I have

Error when query LDAPuser DN

2017-10-19 Thread adrianz
Hello, I have LDAP authentication enabled and the following setting: ldap-user-base-dn: DC=corp,DC=domain,DC=com I am getting the following error when trying to login as a user that's part of the domain: [http-nio-8080-exec-10] ERROR o.a.g.a.l.AuthenticationProviderService - Cannot bind with

Re: Assistance on creating jar file from directory

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 2:40 PM, Charles Mccrea wrote: > Hello, > > I'm attempting to make a custom icon on my login page. I've installed > Guacamole on CentOS 7. > > I'm using information from this page - http://apache-guacamole- >

Re: Websockets not working

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 1:36 PM, Colin McGuigan < colin_guacam...@walkingshadows.org> wrote: > Update: Without changing any configuration (only working on my extension), > this problem resolved itself and I now see the websocket tunnel in use. > > I have no idea what caused it to change, other

Assistance on creating jar file from directory

2017-10-19 Thread Charles Mccrea
Hello, I'm attempting to make a custom icon on my login page. I've installed Guacamole on CentOS 7. I'm using information from this page - http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Branding-the-login-page-td281.html I've created my jar file and put this into the following

Re: Websockets not working

2017-10-19 Thread Colin McGuigan
Update: Without changing any configuration (only working on my extension), this problem resolved itself and I now see the websocket tunnel in use. I have no idea what caused it to change, other than the possibility of tomcat restarts. -- Sent from:

Telnet/SSH buffer size

2017-10-19 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, Does anyone know what the buffer size is for Guac’s Telnet and SSH sessions? Thanks, Jeff smime.p7s Description: S/MIME cryptographic signature

Re: Problems with basic authentication

2017-10-19 Thread Felix Wolfheimer
Argh, indeed this was a permission problem. I used "chmod -R 0400 /etc/guacamole" to set permissions which is sufficient for the configuration files but not for the directory itself of course. This basically locked out the tomcat user and the messages in /var/log/messages then confused me. Maybe