Files
documentation/content/applications/general/users/ldap.rst
T

56 lines
1.9 KiB
ReStructuredText
Raw Normal View History

=================
Sign in with LDAP
=================
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- Install the Lightweight Directory Access Protocol (LDAP) module in General Settings.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- Click on **Create** in Setup the :abbr:`LDAP (Lightweight Directory Access Protocol)` Server.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap01.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: LDAP Authentication checkbox highlighted in the integrations settings on Odoo.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap02.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: Create highlighted in the LDAP server settings.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- Choose the company using the LDAP.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap03.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: Select the company drop-down menu highlighted in LDAP setup.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- In **Server Information**, enter the IP address of the server and the port it listens to.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- Tick **Use TLS** if the server is compatible.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap04.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: LDAP server settings highlighted in LDAP server setup on Odoo.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- In **Login Information**, enter ID and password of the account used to query the server. If left
empty, the server queries anonymously.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap05.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: Login information highlighted in LDAP server setup on Odoo.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- In **Process Parameter**, enter the domain name of the LDAP server in :abbr:`LDAP (Lightweight
Directory Access Protocol)` nomenclature (e.g. ``dc=example,dc=com``).
2019-04-12 16:22:25 +02:00
- In **LDAP filter**, enter ``uid=%s``
.. image:: ldap/ldap06.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: Process parameter highlighted in LDAP server setup on Odoo.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- In **User Information**, tick *Create User* if Odoo should create a User profile the first time
someone logs in with :abbr:`LDAP (Lightweight Directory Access Protocol)`.
2019-04-12 16:22:25 +02:00
2024-01-29 16:33:54 -05:00
- In **Template User**, indicate a template for the new profiles created. If left blanked, the admin
profile will be used as template.
2019-04-12 16:22:25 +02:00
.. image:: ldap/ldap07.png
2019-04-12 16:22:25 +02:00
:align: center
2024-01-29 16:33:54 -05:00
:alt: User information highlighted on LDAP server setup on Odoo.