Error when trying to connect to LDAP: 'NamingError'

  • Error when trying to connect to LDAP: ‘NamingError’

When testing the direct connection with ldap it works normally, but when I enter the credentials it shows the following error
PS: the credentials are correct

There is no way to resolve an issue without an error log and the related configuration.

In this particular case, enabling LDAP trace in your LDAP server usually helps to troubleshoot the LDAP bind.
This is how I usually troubleshoot LDAP issues caused by the poor implementation of Java code/libraries :slight_smile: