Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
0.9.9
-
None
-
None
-
Ubuntu 18.04 (Bionic Beaver) 64 bits
Description
Hi,
I got a stable (and working) version of guacamole that uses MySQL auth, but now i need add ldap auth (with mysql too).
Then is when appears the problem. For the proper functioning of the database auth i needed add a link from tomcat 8 home to guacamole home:
lrwxrwxrwx 1 root root 35 may 21 15:49 .guacamole -> /etc/guacamole/
(If i remove this link, mysql auth doesnt work for me)
But now, to configure ldap auth and i add guacamole-auth-ldap.jar to extensions folder, after restart tomcat and reload guacamole web appears this error:
(error404.png)
If i remove mentioned link, after restar tomcat, guacamole web load again (but i cant log in database).
So i have to choice between mysql auth or ldap auth.
Thanks and regards.