Re: Issues with mysql/mariadb authentication

2017-09-21 Thread Der PCFreak
more details here: https://linux.die.net/man/8/mysqld_selinux On 21.09.2017 15:35, Nick Couchman wrote: On Wed, Sep 20, 2017 at 9:03 PM, Eric Sten > wrote: Mike, Nick.  After turning SELinux back on I found that the mysql_connect_any setting is OFF

Re: Issues with mysql/mariadb authentication

2017-09-21 Thread Nick Couchman
On Wed, Sep 20, 2017 at 9:03 PM, Eric Sten wrote: > Mike, Nick. > > After turning SELinux back on I found that the mysql_connect_any setting > is OFF when I ran a getsebool -a | grep mysql. After setting it to be on > with the *setsebool mysql_connect_any 1 *I am able to authenticate into > Gua

Re: Issues with mysql/mariadb authentication

2017-09-20 Thread Eric Sten
Mike, Nick. After turning SELinux back on I found that the mysql_connect_any setting is OFF when I ran a getsebool -a | grep mysql. After setting it to be on with the *setsebool mysql_connect_any 1 *I am able to authenticate into Guacamole using mysql without errors and with SELinux enabled. In

Re: Issues with mysql/mariadb authentication

2017-09-19 Thread vnick
Mike Jumper wrote > On Tue, Sep 19, 2017 at 7:29 PM, Eric Sten < > iam.ericsten@ > > wrote: > >> Nick, >> >> That was exactly the issue! Once I disabled SELinux and rebooted the >> database authentication worked like a charm! >> > > Interesting - I've never encountered this on all the CentOS

Re: Issues with mysql/mariadb authentication

2017-09-19 Thread Mike Jumper
On Tue, Sep 19, 2017 at 7:29 PM, Eric Sten wrote: > Nick, > > That was exactly the issue! Once I disabled SELinux and rebooted the > database authentication worked like a charm! > Interesting - I've never encountered this on all the CentOS + SELinux deployments I've dealt with thus far. Mind

Re: Issues with mysql/mariadb authentication

2017-09-19 Thread Eric Sten
Nick, That was exactly the issue! Once I disabled SELinux and rebooted the database authentication worked like a charm! Thank you again for all your help. Eric -- Eric Sten Visit Trixies Tales, adventures of a domestic dog. — www.trixiestales.com On September 19, 2017 at 8:36:22 PM, vni

Re: Issues with mysql/mariadb authentication

2017-09-19 Thread vnick
EricSten wrote > When I try to connect when mysql authentication is turned on I just get a > blank screen. Debug logging results in /### Cause: > com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications > link > failure/ messages and j/ava.net.SocketException: Permission denied > (c

Issues with mysql/mariadb authentication

2017-09-19 Thread EricSten
I'm having difficulties getting mysql/mariadb authentication to work with 0.9.13 on CentOS 7. Environment: CentOS 7 Tomcat 7.0.76 Guacamole 0.9.13 client and server, both compiled on the server Mysql ver 15.1 distrib 5.5.56-MariaDB mysql-connector-java-5.1.44-bin OpenJDK version 1.8.