This question has been flagged
1 Reply
17854 Views

Hello All,

i am trying to login in odoo with LDAP server



can anyone help me with odoo configurations?


Avatar
Discard
Best Answer

1) install Ldap authentification module.
2) Set Ldap Server to authenticate

Ldap Server : ldapserver.mydomain.local

Ldap Port : 389 (no tls)


Base Ldap : OU=Users, DC=mydomain, DC=local     (OU in AD : users.mydomain.local)

Ldap Filter : sAMAccountName=%s
Priority : 10 (or less, depend of wich you would)


Ldap Bind : yourserviceuser@mydomain.local


Avatar
Discard

how to setup LDAP server ?

can you show an example of LDAP config in odoo

What values to add in LDAPDn, LDap base filter

Base Ldap : OU=Users, DC=mydomain, DC=local

Ldap Filter : sAMAccountName=%s

After the configuration what is the next step, any one please help me!

Thanks in advance.

Hi Kn, THen nothing more, just go and login with the ldap user name and password. login may email or sAMAccountName, its dependens up on your filter.