Fri Jun 30 17:27:46 2023] ERROR:trytond.modules.ldap_authentication.res:LDAPError when login
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/trytond/modules/ldap_authentication/res.py", line 141, in _login_ldap
with ldap3.Connection(server, dn, password) as con:
File "/usr/local/lib/python3.8/site-packages/ldap3/core/connection.py", line 534, in __enter__
raise LDAPBindError('unable to bind')
ldap3.core.exceptions.LDAPBindError: unable to bind
Well I guess you authenticate with another method than LDAP but you have LDAP configured as one of the authentication method but it is failing to connect to the server.