Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.29 KB

ldap.rst

File metadata and controls

44 lines (27 loc) · 1.29 KB

How to allow users to sign in with LDAP

  • Install the LDAP module in General Settings.
  • Click on Create in Setup your LDAP Server.

media/ldap01.png

media/ldap02.png

  • Choose the company about to use the LDAP.

media/ldap03.png

  • In Server Information, enter the IP address of your server and the port it listens to.
  • Tick User TLS if your server is compatible.

media/ldap04.png

  • In Login Information, enter ID and password of the account used to query the server. If left empty, the server will be queried anonymously.

media/ldap05.png

  • In Process Parameter, enter the domain name of your LDAP server in LDAP nomenclature (e.g. dc=example,dc=com).
  • In LDAP filter, enter uid=%s

media/ldap06.png

  • In User Information, tick Create User if you want Odoo to create a User profile the first time someone log in with LDAP.
  • In Template User, indicate a template for the new profiles created. If left blanked, the admin profile will be used as template.

media/ldap07.png