From d499e16ecab113ec6393a90eb5ddf455686e8eea Mon Sep 17 00:00:00 2001 From: tiku-odoo Date: Mon, 29 Jan 2024 16:33:54 -0500 Subject: [PATCH] [IMP] Misc Auth LDAP Typo Edits closes odoo/documentation#7587 X-original-commit: 03678233c5b7784cb595dc116d8371974300f3d9 Signed-off-by: Zachary Straub (zst) Signed-off-by: Timothy Kukulka (tiku) --- content/applications/general/auth/ldap.rst | 29 +++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/content/applications/general/auth/ldap.rst b/content/applications/general/auth/ldap.rst index a2d62220d..f543a9e6c 100644 --- a/content/applications/general/auth/ldap.rst +++ b/content/applications/general/auth/ldap.rst @@ -2,43 +2,54 @@ Sign in with LDAP ================= -- Install the LDAP module in General Settings. +- Install the Lightweight Directory Access Protocol (LDAP) module in General Settings. -- Click on **Create** in Setup your LDAP Server. +- Click on **Create** in Setup the :abbr:`LDAP (Lightweight Directory Access Protocol)` Server. .. image:: ldap/ldap01.png :align: center + :alt: LDAP Authentication checkbox highlighted in the integrations settings on Odoo. .. image:: ldap/ldap02.png :align: center + :alt: Create highlighted in the LDAP server settings. -- Choose the company about to use the LDAP. +- Choose the company using the LDAP. .. image:: ldap/ldap03.png :align: center + :alt: Select the company drop-down menu highlighted in LDAP setup. -- In **Server Information**, enter the IP address of your server and the port it listens to. +- In **Server Information**, enter the IP address of the server and the port it listens to. -- Tick **User TLS** if your server is compatible. +- Tick **Use TLS** if the server is compatible. .. image:: ldap/ldap04.png :align: center + :alt: LDAP server settings highlighted in LDAP server setup on Odoo. -- In **Login Information**, enter ID and password of the account used to query the server. If left empty, the server will be queried anonymously. +- In **Login Information**, enter ID and password of the account used to query the server. If left + empty, the server queries anonymously. .. image:: ldap/ldap05.png :align: center + :alt: Login information highlighted in LDAP server setup on Odoo. -- In **Process Parameter**, enter the domain name of your LDAP server in LDAP nomenclature (e.g. ``dc=example,dc=com``). +- 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``). - In **LDAP filter**, enter ``uid=%s`` .. image:: ldap/ldap06.png :align: center + :alt: Process parameter highlighted in LDAP server setup on Odoo. -- In **User Information**, tick *Create User* if you want Odoo to create a User profile the first time someone log in with LDAP. +- 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)`. -- In **Template User**, indicate a template for the new profiles created. If left blanked, the admin profile will be used as template. +- In **Template User**, indicate a template for the new profiles created. If left blanked, the admin + profile will be used as template. .. image:: ldap/ldap07.png :align: center + :alt: User information highlighted on LDAP server setup on Odoo.