|
2 | 2 | Sign in with LDAP |
3 | 3 | ================= |
4 | 4 |
|
5 | | -- Install the LDAP module in General Settings. |
| 5 | +- Install the Lightweight Directory Access Protocol (LDAP) module in General Settings. |
6 | 6 |
|
7 | | -- Click on **Create** in Setup your LDAP Server. |
| 7 | +- Click on **Create** in Setup the :abbr:`LDAP (Lightweight Directory Access Protocol)` Server. |
8 | 8 |
|
9 | 9 | .. image:: ldap/ldap01.png |
10 | 10 | :align: center |
| 11 | + :alt: LDAP Authentication checkbox highlighted in the integrations settings on Odoo. |
11 | 12 |
|
12 | 13 | .. image:: ldap/ldap02.png |
13 | 14 | :align: center |
| 15 | + :alt: Create highlighted in the LDAP server settings. |
14 | 16 |
|
15 | | -- Choose the company about to use the LDAP. |
| 17 | +- Choose the company using the LDAP. |
16 | 18 |
|
17 | 19 | .. image:: ldap/ldap03.png |
18 | 20 | :align: center |
| 21 | + :alt: Select the company drop-down menu highlighted in LDAP setup. |
19 | 22 |
|
20 | | -- In **Server Information**, enter the IP address of your server and the port it listens to. |
| 23 | +- In **Server Information**, enter the IP address of the server and the port it listens to. |
21 | 24 |
|
22 | | -- Tick **User TLS** if your server is compatible. |
| 25 | +- Tick **Use TLS** if the server is compatible. |
23 | 26 |
|
24 | 27 | .. image:: ldap/ldap04.png |
25 | 28 | :align: center |
| 29 | + :alt: LDAP server settings highlighted in LDAP server setup on Odoo. |
26 | 30 |
|
27 | | -- In **Login Information**, enter ID and password of the account used to query the server. If left empty, the server will be queried anonymously. |
| 31 | +- In **Login Information**, enter ID and password of the account used to query the server. If left |
| 32 | + empty, the server queries anonymously. |
28 | 33 |
|
29 | 34 | .. image:: ldap/ldap05.png |
30 | 35 | :align: center |
| 36 | + :alt: Login information highlighted in LDAP server setup on Odoo. |
31 | 37 |
|
32 | | -- In **Process Parameter**, enter the domain name of your LDAP server in LDAP nomenclature (e.g. ``dc=example,dc=com``). |
| 38 | +- In **Process Parameter**, enter the domain name of the LDAP server in :abbr:`LDAP (Lightweight |
| 39 | + Directory Access Protocol)` nomenclature (e.g. ``dc=example,dc=com``). |
33 | 40 |
|
34 | 41 | - In **LDAP filter**, enter ``uid=%s`` |
35 | 42 |
|
36 | 43 | .. image:: ldap/ldap06.png |
37 | 44 | :align: center |
| 45 | + :alt: Process parameter highlighted in LDAP server setup on Odoo. |
38 | 46 |
|
39 | | -- In **User Information**, tick *Create User* if you want Odoo to create a User profile the first time someone log in with LDAP. |
| 47 | +- In **User Information**, tick *Create User* if Odoo should create a User profile the first time |
| 48 | + someone logs in with :abbr:`LDAP (Lightweight Directory Access Protocol)`. |
40 | 49 |
|
41 | | -- In **Template User**, indicate a template for the new profiles created. If left blanked, the admin profile will be used as template. |
| 50 | +- In **Template User**, indicate a template for the new profiles created. If left blanked, the admin |
| 51 | + profile will be used as template. |
42 | 52 |
|
43 | 53 | .. image:: ldap/ldap07.png |
44 | 54 | :align: center |
| 55 | + :alt: User information highlighted on LDAP server setup on Odoo. |
0 commit comments