I'm trying to enable LDAP authentication ( Odoo 16 )
Configurations :
LDAP Authentication - How
1. Installed LDAP module
2. LDAP Server address = ****
3. LDAP Server port = 389
4. Use TLS = False
5. LDAP base = DC=***,DC=ru
6. LDAP filter (&(objectCategory=Person)(sAMAccountName=%s)(|(memberof=CN=our_admins,OU=Security Groups,DC=***,DC=ru)))
7. Sequence 10
8. LDAP binddn = admin user id
9. LDAP password = admin user pwd
10. Create User = True
Template User = Created a template Odoo User (So that user password should be blank and odoo should authenticate with AD user)
But I get an error "LDAP bind failed"
Has anyone encountered such a problem?