26require
'../main.inc.php';
27require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/contact.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/class/ldap.class.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/ldap.lib.php';
33$langs->loadLangs(array(
'companies',
'ldap'));
36$action =
GETPOST(
'action',
'aZ09');
41 $socid = $user->socid;
43$result =
restrictedArea($user,
'contact', $id,
'socpeople&societe');
47 $object->fetch($id, $user);
55if ($action ==
'dolibarr2ldap') {
59 $result = $ldap->connect_bind();
61 $info = $object->_load_ldap_info();
62 $dn = $object->_load_ldap_dn($info);
65 $result = $ldap->update($dn, $info, $user, $olddn);
83$title = (!empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans(
"Contacts") : $langs->trans(
"ContactsAddresses"));
85llxHeader(
'', $title,
'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas');
91$linkback =
'<a href="'.DOL_URL_ROOT.
'/contact/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
95print
'<div class="fichecenter">';
97print
'<div class="underbanner clearboth"></div>';
98print
'<table class="border centpercent">';
101if ($object->socid > 0) {
102 $thirdparty =
new Societe($db);
103 $thirdparty->fetch($object->socid);
105 print
'<tr><td class="titlefield">'.$langs->trans(
"ThirdParty").
'</td><td colspan="3">'.$thirdparty->getNomUrl(1).
'</td></tr>';
107 print
'<tr><td class="titlefield">'.$langs->trans(
"ThirdParty").
'</td><td colspan="3">';
108 print $langs->trans(
"ContactNotLinkedToCompany");
113print
'<tr><td class="titlefield">'.$langs->trans(
"UserTitle").
'</td><td colspan="3">';
114print $object->getCivilityLabel();
118print
'<tr><td>LDAP '.$langs->trans(
"LDAPContactDn").
'</td><td class="valeur" colspan="3">'.
getDolGlobalString(
'LDAP_CONTACT_DN').
"</td></tr>\n";
121print
'<tr><td>LDAP '.$langs->trans(
"LDAPNamingAttribute").
'</td><td class="valeur" colspan="3">'.
getDolGlobalString(
'LDAP_KEY_CONTACTS').
"</td></tr>\n";
124print
'<tr><td>LDAP '.$langs->trans(
"LDAPPrimaryServer").
'</td><td class="valeur" colspan="3">'.
getDolGlobalString(
'LDAP_SERVER_HOST').
"</td></tr>\n";
125print
'<tr><td>LDAP '.$langs->trans(
"LDAPSecondaryServer").
'</td><td class="valeur" colspan="3">'.
getDolGlobalString(
'LDAP_SERVER_HOST_SLAVE').
"</td></tr>\n";
126print
'<tr><td>LDAP '.$langs->trans(
"LDAPServerPort").
'</td><td class="valeur" colspan="3">'.
getDolGlobalString(
'LDAP_SERVER_PORT').
"</td></tr>\n";
138print
'<div class="tabsAction">';
141 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=dolibarr2ldap">'.$langs->trans(
"ForceSynchronize").
'</a>';
155print
'<table width="100%" class="noborder">';
157print
'<tr class="liste_titre">';
158print
'<td>'.$langs->trans(
"LDAPAttributes").
'</td>';
159print
'<td>'.$langs->trans(
"Value").
'</td>';
164$result = $ldap->connect_bind();
166 $info = $object->_load_ldap_info();
167 $dn = $object->_load_ldap_dn($info, 1);
168 $search =
"(".$object->_load_ldap_dn($info, 2).
")";
170 $records = $ldap->getAttribute($dn, $search);
175 if (((!is_numeric($records)) || $records != 0) && (!isset($records[
'count']) || $records[
'count'] > 0)) {
176 if (!is_array($records)) {
177 print
'<tr class="oddeven"><td colspan="2"><span class="error">'.$langs->trans(
"ErrorFailedToReadLDAP").
'</span></td></tr>';
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage LDAP features.
const SYNCHRO_LDAP_TO_DOLIBARR
Ldap to Dolibarr synchronization.
Class to manage third parties objects (customers, suppliers, prospects...)
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
show_ldap_content($result, $level, $count, $var, $hide=0, $subcount=0)
Show a LDAP array into an HTML output array.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.