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

Re: Problems with basic authentication

2017-10-18 Thread Mike Jumper
On Wed, Oct 18, 2017 at 5:30 AM, Felix Wolfheimer wrote: > Hi Nick, > > thanks for your help and your suggestions. I created /etc/guacamole and put > guacamole.properties into this directory. The file has the following > content: > > guacd-hostname: localhost >

Re: Problems with basic authentication

2017-10-18 Thread Felix Wolfheimer
Nick, the distribution is RHEL 7.4: # cat /etc/redhat-releaseĀ  Red Hat Enterprise Linux Server release 7.4 (Maipo) I'm using openjdk: # java -version openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode) SELinux

Re: Problems with basic authentication

2017-10-18 Thread Nick Couchman
On Wed, Oct 18, 2017 at 8:30 AM, Felix Wolfheimer < f.wolfhei...@googlemail.com> wrote: > Hi Nick, > > thanks for your help and your suggestions. I created /etc/guacamole and > put guacamole.properties into this directory. The file has the following > content: > > guacd-hostname: localhost >

Re: Problems with basic authentication

2017-10-18 Thread Felix Wolfheimer
Hi Nick, thanks for your help and your suggestions. I created /etc/guacamole and put guacamole.properties into this directory. The file has the following content: guacd-hostname: localhost guacd-port: 4822 user-mapping: /etc/guacamole/user-mapping.xml I also put my user-mapping.xml file

Fwd: Problems with basic authentication

2017-10-16 Thread Felix Wolfheimer
Hi, I'm trying to get a VNC connection working using Guacamole. I built and installed the guacd and the client without issues, started guacd and tomcat, and can see the login page of Guacamole when connecting with the browser, but whatever I try with the user-mapping.xml file, I can't log in. I