I’ve seen this before...Assuming everything is setup correctly, you may be hitting an SELINUX issue (if it’s in enforcing mode). You can check by running sestatus
If it’s enforcing, you can temporarily turn it off by running setenforce 0 To temporarily set it to permissive. Then try to login. If that works, you have a few options (disable it entirely, configure it correctly, disable it just for SQL/guac) Rgds Paul On Fri, May 4, 2018 at 11:38 PM +0100, "robertkwild" <[email protected]<mailto:[email protected]>> wrote: so far so good so in my "/etc/guacamole/extensions/" i have this - guacamole-auth-jdbc-mysql-0.9.14.jar and in my "/etc/guacamole/lib/" i have this - mysql-connector-java.jar and my "guacamole.properties" looks like this - # MySQL properties mysql-hostname: localhost mysql-port: 3306 mysql-database: guacamole_db mysql-username: guacamole_user mysql-password: my password but when i try to login using guacadmin in both username and password it says invalid login -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
