|
dolibarr
x.y.z
|
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... | |
Ensemble de fonctions de base pour le module LDAP.
Definition in file ldap.lib.php.
| ldap_prepare_head | ( | ) |
Initialize the array of tabs for customer invoice.
Definition at line 31 of file ldap.lib.php.
| show_ldap_content | ( | $result, | |
| $level, | |||
| $count, | |||
| $var, | |||
$hide = 0, |
|||
$subcount = 0 |
|||
| ) |
Show a LDAP array into an HTML output array.
| array | $result | Array to show. This array is already encoded into charset_output |
| int | $level | Level |
| int | $count | Count |
| string | $var | Var |
| int | $hide | Hide |
| int | $subcount | Subcount |
Definition at line 132 of file ldap.lib.php.
| show_ldap_test_button | ( | $butlabel, | |
| $testlabel, | |||
| $key, | |||
| $dn, | |||
| $objectclass | |||
| ) |
Show button test LDAP synchro.
| string | $butlabel | Label |
| string | $testlabel | Label |
| string | $key | Key |
| string | $dn | Dn |
| string | $objectclass | Class |
Definition at line 102 of file ldap.lib.php.