Difference between revisions of "Module LDAP (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_LDAP_(développeur)]]
 +
[[es:Módulo_LDAP_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:LDAP]]
 
[[Category:LDAP]]
[[Category:List of Modules]]
+
[[Category:List of Modules (developer)‎]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
name=LDAP|  
+
name=LDAP|
 +
num=200|
 
devdoc=This page|
 
devdoc=This page|
 
userdoc=[[Module LDAP En]]|}}
 
userdoc=[[Module LDAP En]]|}}
 +
  
 
= Function =
 
= Function =
 
The LDAP module must be used if you want to synchronize somer Dolibarr entities with a LDAP database.
 
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:
 
The entities and direction you can synchronize are:
 +
 
* User ([[Module Users]]) -> LDAP
 
* User ([[Module Users]]) -> LDAP
 
* Group ([[Module Users]]) -> LDAP
 
* Group ([[Module Users]]) -> LDAP
* LDAP -> User ([[Module Users]])
 
 
* Contact ([[Module Third parties]]) -> LDAP
 
* Contact ([[Module Third parties]]) -> LDAP
 
* Member ([[Module Foundations]]) -> LDAP
 
* Member ([[Module Foundations]]) -> LDAP
  
''Number : 200''
+
* LDAP -> User ([[Module Users]])
 +
 
 +
You can read the page [[Install and configure OpenLDAP]] to know how to install a LDAP server.
  
 
= Libraries =
 
= Libraries =
* htdocs/lib/lib.ldap.php
+
* htdocs/lib/ldap.lib.php
  
 
= Permissions =
 
= Permissions =

Latest revision as of 13:21, 23 July 2019

LDAP
Numero/ID of module 200
User doc. of module Module LDAP En
Developer doc. of module This page


Function

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:

You can read the page Install and configure OpenLDAP to know how to install a LDAP server.

Libraries

  • htdocs/lib/ldap.lib.php

Permissions

  • None

Tables SQL

  • None