Hi all;
I have installed latest odoo 11 and all its python dependencies including "python_ldap" but still cannot setup "authentication via ldap" module.
it gives an error:
Odoo Server Error - Warning
Unable to install module "auth_ldap" because an external dependency is not met: No module named ldap
have you tried "sudo apt-get install python-ldap". The "python_ldap" and "python-ldap" is different. Try pip freeze and check python-ldap is installed or not.
Yes I have installed these package and still not working
Have you restarted your service? Have you restarted your server too? Sometimes the dependency isn't recognized right away.
Yes I have restarted the server several times but nothing changed