콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
9 답글
18111 화면

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:



아바타
취소

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

베스트 답변

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

$ sudo apt install libldap2-dev libsasl2-dev
$ sudo pip3 install pyldap
아바타
취소
베스트 답변

I'm having the same problem 

아바타
취소
베스트 답변

Do you have enabled Developper mode ?

아바타
취소
작성자 베스트 답변

yes enabled 

아바타
취소
베스트 답변
Try

$ sudo apt-get install -y --no-install-recommends python3-dev gcc libldap2-dev libssl-dev libsasl2-dev
$ sudo pip3 install pyldap
아바타
취소
관련 게시물 답글 화면 활동
0
4월 20
4988
5
8월 19
29178
1
11월 18
6598
2
3월 17
4206
3
12월 23
27749