[ADD] auth: doc about LDAP for Odoo

This commit is contained in:
Stéphane Diez 2019-04-12 16:22:25 +02:00 committed by Richard Mathot
parent 6855f299b4
commit 98ece88fac
No known key found for this signature in database
GPG Key ID: A7A432464AA3F482
9 changed files with 47 additions and 1 deletions

View File

@ -6,4 +6,6 @@ Authentication
:titlesonly:
auth/google
auth/azure
auth/azure
auth/ldap

44
general/auth/ldap.rst Normal file
View File

@ -0,0 +1,44 @@
=======================================
How to allow users to sign in with LDAP
=======================================
- Install the LDAP module in General Settings.
- Click on **Create** in Setup your LDAP Server.
.. image:: media/ldap01.png
:align: center
.. image:: media/ldap02.png
:align: center
- Choose the company about to use the LDAP.
.. image:: media/ldap03.png
:align: center
- In **Server Information**, enter the IP address of your server and the port it listens to.
- Tick **User TLS** if your server is compatible.
.. image:: media/ldap04.png
:align: center
- In **Login Information**, enter ID and password of the account used to query the server. If left empty, the server will be queried anonymously.
.. image:: media/ldap05.png
:align: center
- 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``
.. image:: media/ldap06.png
:align: center
- 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.
.. image:: media/ldap07.png
:align: center

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB