On Wed, Apr 21, 2021 at 2:23 PM Allugulapathi, Santhosh <[email protected]> wrote:
> It is pointing unidirectional quotes may be the mail format changed it , > its OU="Service Accounts". > > Try removing the quotes entirely - they really should not be needed. Also, you mentioned earlier that you are using LDAPS - you need to make sure that the certificate for your LDAP server is trusted by Tomcat, which is usually done by adding it to the cacerts keystore for the version of Java that is running Tomcat, and then restarting Tomcat. My experience with LDAP servers and certificates is that they are usually either self-signed or signed by an internal CA (e.g. AD, eDirectory, etc.) and not by a globally trusted CA. This is also documented in the manual: http://guacamole.apache.org/doc/gug/ldap-auth.html#guac-ldap-config > > Checked the journalctl logs no messages are getting logged in it aswell. > Tried to login into guacamole using both LDAP aswell as gucaadmin but no > loggings are happening. > > You really need to determine where the logs are going on your system - that will be the key to figuring out why authentication is failing. -Nick
