Skip to Content
Menú
This question has been flagged
9 Respostes
17891 Vistes

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:



Avatar
Descartar

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.

Autor

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.

Autor

Yes I have restarted the server several times but nothing changed

Best Answer

https://github.com/odoo/odoo/issues/20077

$ sudo apt install libldap2-dev libsasl2-dev
$ sudo pip3 install pyldap
Avatar
Descartar
Best Answer

I'm having the same problem 

Avatar
Descartar
Best Answer

Do you have enabled Developper mode ?

Avatar
Descartar
Autor Best Answer

yes enabled 

Avatar
Descartar
Best Answer
Try

$ sudo apt-get install -y --no-install-recommends python3-dev gcc libldap2-dev libssl-dev libsasl2-dev
$ sudo pip3 install pyldap
Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
d’abr. 20
4760
5
d’ag. 19
28978
1
de nov. 18
6403
2
de març 17
4053
3
de des. 23
27501