Thank you for your reply and follow up and sorry for my delay.
Been out these last weeks so havenāt been able to follow up on all the situations, but Iāll address this as soon as possible.
I always update using the method you referenced, but I have a question regarding the LDAP config:
youāre showing a rather simple and minimalist version of the LDAP config.
My configuration though has three parts:
LDAP CONFIG at the .env file;
LDAP AUTO CREATE CONFIG at the .env file;
an ldap.yaml file at extensions/my-package/config/services/ldap/ldap.yaml as per the documentation.
This is a current working configuration. I wonder if all sections are still supported and/or if this is going to be simplified in the future.
Iāll let you know how it went as soon as I run the upgrade.
[2024-01-23 15:38:11] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Ldap\Exception\LdapException: "Could not complete search with dn "", query "" and filters "*". LDAP error was [2] Protocol error." at /var/www/html/suitecrm/vendor/symfony/ldap/Adapter/ExtLdap/Query.php line 133 {"exception":"[object] (Symfony\\Component\\Ldap\\Exception\\LdapException(code: 0): Could not complete search with dn \"\", query \"\" and filters \"*\". LDAP error was [2] Protocol error. at /var/www/html/suitecrm/vendor/symfony/ldap/Adapter/ExtLdap/Query.php:133)"} []
Indicates the server received data that is not well-formed.
For Bind operation only, this code is also used to indicate that the server does not support the requested protocol version.
For Extended operations only, this code is also used to indicate that the server does not support (by design or configuration) the Extended operation associated with the requestName.
For request operations specifying multiple controls, this may be used to indicate that the server cannot ignore the order of the controls as specified, or that the combination of the specified controls is invalid or unspecified.
Whcih version of OpenLDAP server are you running, 2.6.3? 2.6.6?
Thank you for your time and your reply.
As I mentioned, reading the error it came to me that the issue was being provoked by an overlap between .env and .env.local.
While my LDAP CONFIG is at .env.local, I realised there was an empty and uncommented section of LDAP CONFIG at the .env file.
Naturally, it had no configuration. Hence the error. (although this didnāt happen in version 8.4.1)
Now, why the .env section is uncommented, and if should it be considered when thereās an override at .env.local, thatās a different story.
Also, I mentioned how I have commented those lines in the .env file. Since, that error stopped, and itās now ingesting the .env.local configuration.
Still I am unable to login, as I get
Login credentials incorrect, please try again.
and absolutely no output in the logs.
I am not using OpenLDAP, Iām using Red Hat IDM, version 4.9.12. (LDAP based on 389 Directory Server)