Hello everybody, I'm having some problems trying to connect my Odoo 15 to my LDAP server, I installed the module and this is my configuration:
LDAP Server address: 192.168.1.1
LDAP Server port: 389
Use TLS: Yes
LDAP binddn: administrator@mydomain.org
LDAP password: mypassword
LDAP base: ou=users,dc=mydomain,dc=org
LDAP filter: sAMAccountName=%s
Create User: Yes
But when I try to login I get the following error in my log:
odoo.addons.auth_ldap.models.res_company_ldap: An LDAP exception occurred: {'result': -11, 'desc': 'Connect error', 'ctrls': [], 'info': '(unknown error code)'}
I searched information about this error, but I didn't found nothing about it. Anyone could help me? Thanks!!