Module LDAP En

From Dolibarr ERP CRM Wiki
Revision as of 18:27, 11 September 2009 by Eldy (talk | contribs) (→‎Usage)
Jump to navigation Jump to search
LDAP
Numero/ID of module {{{num}}}
User doc. of module This page
Developer doc. of module Module LDAP (developer)

Introduction

The LDAP module must be used if you want to synchronize somer Dolibarr entities with a LDAP database. The entities and direction you can synchronize are:

Installation

This module is included with the Dolibarr distribution, so there is no need to install it.

Configuration

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.


Information you must supply in the LDAP module setup are:

  • Choose what you want to synchronize
  • LDAP server information (ip, port...)

Module LDAP Setup 1.jpg

Once datas are filled, make a test by using button "Test LDAP connection" to be sure they are correct.

  • Enter the organization of your LDAP tree
  • Make matching between Dolibarr fields and LDAP fields.

Module LDAP Setup 2.jpg

Once datas are filled, make a test by using button "Test synchronization" to be sure they are correct.

Usage

For synchronization from Dolibarr to LDAP, once your setup is done, there is nothing to do. Each time you make a change in Dolibarr, the change is also saved into your LDAP.

You can however run initial or mass synchronization with some scripts (See chapter Scripts).

Scripts