On Tue, Aug 31, 2021 at 11:46 AM Alexander Pelz <al...@nethavn.com> wrote:
> I actually have both on the system installed. The MySQL connector via the > .deb package it came with and the mariadb connector using the libs folder > in /etc/guacamole. > However even after specifying the driver parameter and restarting guacd > and tomcat there is still no change in login. > > 31-Aug-2021 17:43:27.589 INFO [main] > org.apache.catalina.startup.Catalina.start Server startup in [2433] > milliseconds > 17:43:27.793 [http-nio-8080-exec-5] WARN > o.a.g.e.AuthenticationProviderFacade - Authentication attempt ignored > because the relevant authentication provider could not be loaded. Please > check for errors earlier in the logs. > 17:43:27.794 [http-nio-8080-exec-5] WARN > o.a.g.e.AuthenticationProviderFacade - Authentication attempt ignored > because the relevant authentication provider could not be loaded. Please > check for errors earlier in the logs. > 17:43:31.033 [http-nio-8080-exec-2] WARN > o.a.g.e.AuthenticationProviderFacade - Authentication attempt ignored > because the relevant authentication provider could not be loaded. Please > check for errors earlier in the logs. > 17:43:31.033 [http-nio-8080-exec-2] WARN > o.a.g.e.AuthenticationProviderFacade - Authentication attempt ignored > because the relevant authentication provider could not be loaded. Please > check for errors earlier in the logs. > 17:43:31.034 [http-nio-8080-exec-2] WARN > o.a.g.r.auth.AuthenticationService - Authentication attempt from > [10.0.0.22, 10.0.0.122] for user "guacadmin" failed. > > > > > Guac presents the standard "invalid login" msg: > [image: image.png] > > To be sure I have removed all entries for ldap in the .properties and also > moved the extensions module for ldap away to be sure it isn't that. > Any other hints? > > A few things to check: * Make sure you're using the same version of Guacamole Client (the WAR) and the authentication extensions. * Bump up logging in the web application to see if it generates anything more useful: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging -Nick >