On Tue, Nov 21, 2017 at 8:10 AM, <harry.dev...@faa.gov> wrote: > I set SELinux to permissive and put the LDAP extension back (its under > /usr/share/tomcat/.guacamole/extensions), restarted tomcat and guacd, and > try to log in using an LDAP user. I click Login and on the Network tab, it > shows tokens (/guacamole/api/tokens) as having a “pending” status. Never > gets any further. > > > Okay...on the system where you're running Tomcat, can you make sure the OpenLDAP client utilities are installed and then use "ldapsearch" to query the same LDAP server that you're trying to use in Guacamole? Something like this:
ldapsearch -H ldap://<server> -D <Search User> -W -b <base dn> cn=<Some User In LDAP> ...substituting in the above parameters and make sure you get a response? -Nick