Skip to content

Commit cffbd07

Browse files
committed
[IMP] Misc Auth LDAP Typo Edits
closes #7588 X-original-commit: 0367823 Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Timothy Kukulka (tiku) <[email protected]>
1 parent 5400f76 commit cffbd07

File tree

1 file changed

+20
-9
lines changed
  • content/applications/general/auth

1 file changed

+20
-9
lines changed

content/applications/general/auth/ldap.rst

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,54 @@
22
Sign in with LDAP
33
=================
44

5-
- Install the LDAP module in General Settings.
5+
- Install the Lightweight Directory Access Protocol (LDAP) module in General Settings.
66

7-
- Click on **Create** in Setup your LDAP Server.
7+
- Click on **Create** in Setup the :abbr:`LDAP (Lightweight Directory Access Protocol)` Server.
88

99
.. image:: ldap/ldap01.png
1010
:align: center
11+
:alt: LDAP Authentication checkbox highlighted in the integrations settings on Odoo.
1112

1213
.. image:: ldap/ldap02.png
1314
:align: center
15+
:alt: Create highlighted in the LDAP server settings.
1416

15-
- Choose the company about to use the LDAP.
17+
- Choose the company using the LDAP.
1618

1719
.. image:: ldap/ldap03.png
1820
:align: center
21+
:alt: Select the company drop-down menu highlighted in LDAP setup.
1922

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.
2124

22-
- Tick **User TLS** if your server is compatible.
25+
- Tick **Use TLS** if the server is compatible.
2326

2427
.. image:: ldap/ldap04.png
2528
:align: center
29+
:alt: LDAP server settings highlighted in LDAP server setup on Odoo.
2630

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.
2833

2934
.. image:: ldap/ldap05.png
3035
:align: center
36+
:alt: Login information highlighted in LDAP server setup on Odoo.
3137

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``).
3340

3441
- In **LDAP filter**, enter ``uid=%s``
3542

3643
.. image:: ldap/ldap06.png
3744
:align: center
45+
:alt: Process parameter highlighted in LDAP server setup on Odoo.
3846

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)`.
4049

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.
4252

4353
.. image:: ldap/ldap07.png
4454
:align: center
55+
:alt: User information highlighted on LDAP server setup on Odoo.

0 commit comments

Comments
 (0)