This question has been flagged
5861 Views

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 ?

Avatar
Discard

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