On Mon, Jan 22, 2018 at 11:17 AM, Pascal Vandooren < pascal.vandoo...@gmail.com> wrote:
> Hello, > > I follow the procedure to install Guacamole and it work perfectly with > local user. > But now i try to configure LDAP , and i don't find how to make it working > .... > > I put the LDAP jar on /etc/guacamole/extension and set the config on the > guacamole.properties and it's not working .. i don't find any log etc ... > cat someone of you help me ? > A couple of things to check... First, after you deployed the LDAP jar and changed guacamole.properties, did you either re-deploy the Guacamole WAR file, or restart your Java application server (Tomcat, JBoss, Jetty, etc.)? Second, assuming you did restart the app server or redeploy the web app, check the log files for the web application server. If you're using Tomcat, depending on your install, this could be in the logs directory under the Tomcat home, or in /var/log/tomcat, in syslog (/var/log/messages or journalctl), etc. Usually the file is called catalina.out, but may be customized to something else. If you're using a different Java app server, then locate the log file for that server. Check for messages related to Guacamole and specifically the LDAP authentication module - it will tell you if Guacamole has loaded/initialized it correctly and if errors are occurring trying to communicate with LDAP. -Nick