Menu

Guacamole is using basic authentication despite guacamole.properties specifying mysql auth

Help
abhi
2015-04-27
2015-04-27
  • abhi

    abhi - 2015-04-27

    guacamole.properties is at /etc/guacamole with a link to /usr/share/tomcat7/.guacamole. Here is the file:

    # Hostname and port of guacamole proxy
    guacd-hostname: localhost
    guacd-port:     4822
    
    # Location to read extra .jar's from
    lib-directory:  /var/lib/guacamole/classpath
    
    # Authentication provider class
    auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider
    
    # MySQL properties
    mysql-hostname: localhost
    mysql-port: 3306
    mysql-database: guacamole
    mysql-username: guacamole
    mysql-password: #########
    

    For some reason its still checking for users at user-mapping.xml

     

    Last edit: abhi 2015-04-27
    • Processor

      Processor - 2015-04-27

      Hi,

      restart your tomcat7 and look in /var/log/tomcat7/catalina.out if you have any message about your guacamole.properties.

      What happen if you remove the file user-mapping.xml?

      [edit] a : "find / -name guacamole.properties" find maybe several files no?

      Bye

      Proc.

       

      Last edit: Processor 2015-04-29