dolibarr  19.0.0-dev
Functions
ldap.lib.php File Reference

Ensemble de fonctions de base pour le module LDAP. More...

Go to the source code of this file.

Functions

 ldap_prepare_head ()
 Initialize the array of tabs for customer invoice. More...
 
 show_ldap_test_button ($butlabel, $testlabel, $key, $dn, $objectclass)
 Show button test LDAP synchro. More...
 
 show_ldap_content ($result, $level, $count, $var, $hide=0, $subcount=0)
 Show a LDAP array into an HTML output array. More...
 

Detailed Description

Ensemble de fonctions de base pour le module LDAP.

Definition in file ldap.lib.php.

Function Documentation

◆ ldap_prepare_head()

ldap_prepare_head ( )

Initialize the array of tabs for customer invoice.

Returns
array Array of head tabs

Definition at line 31 of file ldap.lib.php.

◆ show_ldap_content()

show_ldap_content (   $result,
  $level,
  $count,
  $var,
  $hide = 0,
  $subcount = 0 
)

Show a LDAP array into an HTML output array.

Parameters
array$resultArray to show. This array is already encoded into charset_output
int$levelLevel
int$countCount
string$varVar
int$hideHide
int$subcountSubcount
Returns
int

Definition at line 132 of file ldap.lib.php.

◆ show_ldap_test_button()

show_ldap_test_button (   $butlabel,
  $testlabel,
  $key,
  $dn,
  $objectclass 
)

Show button test LDAP synchro.

Parameters
string$butlabelLabel
string$testlabelLabel
string$keyKey
string$dnDn
string$objectclassClass
Returns
void

Definition at line 102 of file ldap.lib.php.