Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
LDAP authentication failed
Hi All,
I installed Version 7.0-20130429-232454 on Ubuntu 12.04. I could login to OpenERP using the local user created in OpenERP. I need to enable LDAP authentication ( Using Windows Server 2003 R2 Domain controller ) so I installed python-ldap library and LDAP authentication module.However LDAP users can not login to OpenERP. I couldn't upload the LDAP configuration screenshot ( Companies -> Configuration ) due to karma < 30. The configurations are
LDAP Server address : server.domain.local LDAP binddn : CN=webmaster,OU=WSUS,DC=domain,DC=local LDAP Base : OU=WSUS,DC=domain,DC=local LDAP Server Port : 389 LDAP Password : ** LDAP Filter : sAMAccountName=%s Create User : yes Sequence : 10 Template User : User1 TLS : Yes
Could you please help me to fix the issue ?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 1/1/14, 12:28 PM |
Seen: 2319 times |
Last updated: 3/16/15, 8:10 AM |
I'm having this trouble as well. My error:
Client Traceback (most recent call last): File "/opt/openerp/server/openerp/addons/web/http.py", line 204, in dispatch response["result"] = method(self, **self.params) File "/opt/openerp/server/openerp/addons/web/controllers/main.py", line 864, in authenticate req.session.authenticate(db, login, password, env) File "/opt/openerp/server/openerp/addons/web/session.py", line 115, in authenticate uid = self.proxy('common').authenticate(db, login, password, env) File "/opt/openerp/server/openerp/addons/web/session.py", line 30, in prox