26require
'../main.inc.php';
27require_once DOL_DOCUMENT_ROOT.
'/core/lib/member.lib.php';
28require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/class/ldap.class.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/ldap.lib.php';
34$langs->loadLangs(array(
"admin",
"members",
"ldap"));
37$action =
GETPOST(
'action',
'aZ09');
40$hookmanager->initHooks(array(
'membertypeldapcard',
'globalcard'));
54$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
60 if ($action ==
'dolibarr2ldap') {
62 $result = $ldap->connectBind();
65 $object->listMembersForMemberType(
'', 1);
67 $info =
$object->_load_ldap_info();
68 $dn =
$object->_load_ldap_dn($info);
71 $result = $ldap->update($dn, $info, $user, $olddn);
86$title = $langs->trans(
"MembersTypeSetup");
87$help_url =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios|DE:Modul_Mitglieder';
89llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-member page-type_ldap');
97$linkback =
'<a href="'.DOL_URL_ROOT.
'/adherents/type.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
99dol_banner_tab($object,
'rowid', $linkback);
101print
'<div class="fichecenter">';
102print
'<div class="underbanner clearboth"></div>';
104print
'<table class="border centpercent">';
107print
'<tr><td>LDAP '.$langs->trans(
"LDAPMemberTypeDn").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_MEMBER_TYPE_DN').
"</td></tr>\n";
110print
'<tr><td>LDAP '.$langs->trans(
"LDAPNamingAttribute").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_KEY_MEMBERS_TYPES').
"</td></tr>\n";
113print
'<tr><td>LDAP '.$langs->trans(
"Type").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_SERVER_TYPE').
"</td></tr>\n";
114print
'<tr><td>LDAP '.$langs->trans(
"Version").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_SERVER_PROTOCOLVERSION').
"</td></tr>\n";
115print
'<tr><td>LDAP '.$langs->trans(
"LDAPPrimaryServer").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_SERVER_HOST').
"</td></tr>\n";
116print
'<tr><td>LDAP '.$langs->trans(
"LDAPSecondaryServer").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_SERVER_HOST_SLAVE').
"</td></tr>\n";
117print
'<tr><td>LDAP '.$langs->trans(
"LDAPServerPort").
'</td><td class="valeur">' .
getDolGlobalString(
'LDAP_SERVER_PORT').
"</td></tr>\n";
129print
'<div class="tabsAction">';
131if (
getDolGlobalInt(
'LDAP_MEMBER_TYPE_ACTIVE') === Ldap::SYNCHRO_DOLIBARR_TO_LDAP) {
132 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?rowid='.
$object->id.
'&action=dolibarr2ldap">'.$langs->trans(
"ForceSynchronize").
'</a>';
137if (
getDolGlobalInt(
'LDAP_MEMBER_TYPE_ACTIVE') === Ldap::SYNCHRO_DOLIBARR_TO_LDAP) {
146print
'<table width="100%" class="noborder">';
148print
'<tr class="liste_titre">';
149print
'<td>'.$langs->trans(
"LDAPAttributes").
'</td>';
150print
'<td>'.$langs->trans(
"Value").
'</td>';
155$result = $ldap->connectBind();
157 $info =
$object->_load_ldap_info();
158 $dn =
$object->_load_ldap_dn($info, 1);
159 $search =
"(".$object->_load_ldap_dn($info, 2).
")";
161 $records = $ldap->getAttribute($dn, $search);
166 if (((!is_numeric($records)) || $records != 0) && (!isset($records[
'count']) || $records[
'count'] > 0)) {
167 if (!is_array($records)) {
168 print
'<tr class="oddeven"><td colspan="2"><span class="error">'.$langs->trans(
"ErrorFailedToReadLDAP").
'</span></td></tr>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage members type.
Class to manage LDAP features.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
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 a 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.
getDolGlobalString($key, $default='')
Return a 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.
member_type_prepare_head(AdherentType $object)
Return array head with list of tabs to view object information.
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.