Module LDAP En

Revision as of 16:25, 21 December 2009 by Simnandez (talk | contribs)
LDAP
Numero/ID of module 200
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   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...)

 

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.

 

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