30require
'../main.inc.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
33require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/class/ldap.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/lib/ldap.lib.php';
38$langs->loadLangs(array(
'admin',
'errors'));
44$action =
GETPOST(
'action',
'aZ09');
50if ($action ==
'setvalue' && $user->admin) {
71 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_LOGIN_SAMBA',
GETPOST(
"fieldloginsamba"),
'chaine', 0,
'', $conf->entity)) {
77 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_PASSWORD_CRYPTED',
GETPOST(
"fieldpasswordcrypted"),
'chaine', 0,
'', $conf->entity)) {
92 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_PHONE_PERSO',
GETPOST(
"fieldphoneperso"),
'chaine', 0,
'', $conf->entity)) {
119 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_DESCRIPTION',
GETPOST(
"fielddescription"),
'chaine', 0,
'', $conf->entity)) {
122 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_NOTE_PUBLIC',
GETPOST(
"fieldnotepublic"),
'chaine', 0,
'', $conf->entity)) {
125 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_BIRTHDATE',
GETPOST(
"fieldbirthdate"),
'chaine', 0,
'', $conf->entity)) {
131 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_END_LASTSUBSCRIPTION',
GETPOST(
"fieldendlastsubscription"),
'chaine', 0,
'', $conf->entity)) {
136 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_DATE',
GETPOST(
"fieldfirstsubscriptiondate"),
'chaine', 0,
'', $conf->entity)) {
139 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_AMOUNT',
GETPOST(
"fieldfirstsubscriptionamount"),
'chaine', 0,
'', $conf->entity)) {
142 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_DATE',
GETPOST(
"fieldlastsubscriptiondate"),
'chaine', 0,
'', $conf->entity)) {
145 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_AMOUNT',
GETPOST(
"fieldlastsubscriptionamount"),
'chaine', 0,
'', $conf->entity)) {
153 $valkey = $conf->global->$key;
155 if (!
dolibarr_set_const($db,
'LDAP_KEY_MEMBERS', $valkey,
'chaine', 0,
'', $conf->entity)) {
174$form =
new Form($db);
176llxHeader(
'', $langs->trans(
"LDAPSetup"),
'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
177$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
179print
load_fiche_titre($langs->trans(
"LDAPSetup"), $linkback,
'title_setup');
184if (!function_exists(
"ldap_connect")) {
185 setEventMessages($langs->trans(
"LDAPFunctionsNotAvailableOnPHP"),
null,
'errors');
188print
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'?action=setvalue&token='.newToken().
'">';
189print
'<input type="hidden" name="token" value="'.newToken().
'">';
194print
'<span class="opacitymedium">'.$langs->trans(
"LDAPDescMembers").
'</span><br>';
197print
'<table class="noborder centpercent">';
199print
'<tr class="liste_titre">';
200print
'<td colspan="4">'.$langs->trans(
"LDAPSynchronizeMembers").
'</td>';
204print
'<!-- LDAP_MEMBER_DN -->';
205print
'<tr class="oddeven"><td><span class="fieldrequired">'.$langs->trans(
"LDAPMemberDn").
'</span></td><td>';
206print
'<input size="48" type="text" name="user" value="'.$conf->global->LDAP_MEMBER_DN.
'">';
207print
'</td><td>'.$langs->trans(
"LDAPMemberDnExample").
'</td>';
208print
'<td> </td>';
212print
'<!-- LDAP_MEMBER_OBJECT_CLASS -->';
213print
'<tr class="oddeven"><td><span class="fieldrequired">'.$langs->trans(
"LDAPMemberObjectClassList").
'</span></td><td>';
214print
'<input size="48" type="text" name="objectclass" value="'.$conf->global->LDAP_MEMBER_OBJECT_CLASS.
'">';
215print
'</td><td>'.$langs->trans(
"LDAPMemberObjectClassListExample").
'</td>';
216print
'<td> </td>';
220print
'<!-- LDAP_MEMBER_FILTER -->';
221print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFilterConnection").
'</td><td>';
222print
'<input size="48" type="text" name="filterconnection" value="'.$conf->global->LDAP_MEMBER_FILTER.
'">';
223print
'</td><td>'.$langs->trans(
"LDAPFilterConnectionExample").
'</td>';
229print
'<table class="noborder centpercent">';
231print
'<tr class="liste_titre">';
232print
'<td>'.$langs->trans(
"LDAPDolibarrMapping").
'</td>';
233print
'<td colspan="2">'.$langs->trans(
"LDAPLdapMapping").
'</td>';
234print
'<td class="right">'.$langs->trans(
"LDAPNamingAttribute").
'</td>';
240print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFullname").
'</td><td>';
241print
'<input size="25" type="text" name="fieldfullname" value="'.$conf->global->LDAP_MEMBER_FIELD_FULLNAME.
'">';
242print
'</td><td>'.$langs->trans(
"LDAPFieldFullnameExample").
'</td>';
243print
'<td class="right"><input type="radio" name="key" value="LDAP_MEMBER_FIELD_FULLNAME"'.(($conf->global->LDAP_KEY_MEMBERS && $conf->global->LDAP_KEY_MEMBERS == $conf->global->LDAP_MEMBER_FIELD_FULLNAME) ?
' checked' :
'').
"></td>";
247print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldName").
'</td><td>';
248print
'<input size="25" type="text" name="fieldname" value="'.$conf->global->LDAP_MEMBER_FIELD_NAME.
'">';
249print
'</td><td>'.$langs->trans(
"LDAPFieldNameExample").
'</td>';
250print
'<td class="right"><input type="radio" name="key" value="LDAP_MEMBER_FIELD_NAME"'.(($conf->global->LDAP_KEY_MEMBERS && $conf->global->LDAP_KEY_MEMBERS == $conf->global->LDAP_MEMBER_FIELD_NAME) ?
' checked' :
'').
"></td>";
254print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstName").
'</td><td>';
255print
'<input size="25" type="text" name="fieldfirstname" value="'.$conf->global->LDAP_MEMBER_FIELD_FIRSTNAME.
'">';
256print
'</td><td>'.$langs->trans(
"LDAPFieldFirstNameExample").
'</td>';
257print
'<td class="right"> </td>';
261print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLoginUnix").
'</td><td>';
262print
'<input size="25" type="text" name="fieldlogin" value="'.$conf->global->LDAP_MEMBER_FIELD_LOGIN.
'">';
263print
'</td><td>'.$langs->trans(
"LDAPFieldLoginExample").
'</td>';
264print
'<td class="right"><input type="radio" name="key" value="LDAP_MEMBER_FIELD_LOGIN"'.(($conf->global->LDAP_KEY_MEMBERS && $conf->global->LDAP_KEY_MEMBERS == $conf->global->LDAP_MEMBER_FIELD_LOGIN) ?
' checked' :
'').
"></td>";
268print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLoginSamba").
'</td><td>';
269print
'<input size="25" type="text" name="fieldloginsamba" value="'.$conf->global->LDAP_MEMBER_FIELD_LOGIN_SAMBA.
'">';
270print
'</td><td>'.$langs->trans(
"LDAPFieldLoginSambaExample").
'</td>';
271print
'<td class="right"><input type="radio" name="key" value="LDAP_MEMBER_FIELD_LOGIN_SAMBA"'.(($conf->global->LDAP_KEY_MEMBERS && $conf->global->LDAP_KEY_MEMBERS == $conf->global->LDAP_MEMBER_FIELD_LOGIN_SAMBA) ?
' checked' :
'').
"></td>";
275print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPasswordNotCrypted").
'</td><td>';
276print
'<input size="25" type="text" name="fieldpassword" value="'.$conf->global->LDAP_MEMBER_FIELD_PASSWORD.
'">';
277print
'</td><td>'.$langs->trans(
"LDAPFieldPasswordExample").
'</td>';
278print
'<td class="right"> </td>';
282print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPasswordCrypted").
'</td><td>';
283print
'<input size="25" type="text" name="fieldpasswordcrypted" value="'.$conf->global->LDAP_MEMBER_FIELD_PASSWORD_CRYPTED.
'">';
284print
'</td><td>'.$langs->trans(
"LDAPFieldPasswordExample").
'</td>';
285print
'<td class="right"> </td>';
289print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldMail").
'</td><td>';
290print
'<input size="25" type="text" name="fieldmail" value="'.$conf->global->LDAP_MEMBER_FIELD_MAIL.
'">';
291print
'</td><td>'.$langs->trans(
"LDAPFieldMailExample").
'</td>';
292print
'<td class="right"><input type="radio" name="key" value="LDAP_MEMBER_FIELD_MAIL"'.(($conf->global->LDAP_KEY_MEMBERS && $conf->global->LDAP_KEY_MEMBERS == $conf->global->LDAP_MEMBER_FIELD_MAIL) ?
' checked' :
'').
"></td>";
296print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPhone").
'</td><td>';
297print
'<input size="25" type="text" name="fieldphone" value="'.$conf->global->LDAP_MEMBER_FIELD_PHONE.
'">';
298print
'</td><td>'.$langs->trans(
"LDAPFieldPhoneExample").
'</td>';
299print
'<td class="right"> </td>';
304print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldHomePhone").
'</td><td>';
305print
'<input size="25" type="text" name="fieldphoneperso" value="'.$conf->global->LDAP_MEMBER_FIELD_PHONE_PERSO.
'">';
306print
'</td><td>'.$langs->trans(
"LDAPFieldHomePhoneExample").
'</td>';
307print
'<td class="right"> </td>';
311print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldMobile").
'</td><td>';
312print
'<input size="25" type="text" name="fieldmobile" value="'.$conf->global->LDAP_MEMBER_FIELD_MOBILE.
'">';
313print
'</td><td>'.$langs->trans(
"LDAPFieldMobileExample").
'</td>';
314print
'<td class="right"> </td>';
318print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldSkype").
'</td><td>';
319print
'<input size="25" type="text" name="fieldskype" value="'.$conf->global->LDAP_MEMBER_FIELD_SKYPE.
'">';
320print
'</td><td>'.$langs->trans(
"LDAPFieldSkypeExample").
'</td>';
321print
'<td class="right"> </td>';
325print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFax").
'</td><td>';
326print
'<input size="25" type="text" name="fieldfax" value="'.$conf->global->LDAP_MEMBER_FIELD_FAX.
'">';
327print
'</td><td>'.$langs->trans(
"LDAPFieldFaxExample").
'</td>';
328print
'<td class="right"> </td>';
332print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldCompany").
'</td><td>';
333print
'<input size="25" type="text" name="fieldcompany" value="'.$conf->global->LDAP_MEMBER_FIELD_COMPANY.
'">';
334print
'</td><td>'.$langs->trans(
"LDAPFieldCompanyExample").
'</td>';
335print
'<td class="right"> </td>';
339print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldAddress").
'</td><td>';
340print
'<input size="25" type="text" name="fieldaddress" value="'.$conf->global->LDAP_MEMBER_FIELD_ADDRESS.
'">';
341print
'</td><td>'.$langs->trans(
"LDAPFieldAddressExample").
'</td>';
342print
'<td class="right"> </td>';
346print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldZip").
'</td><td>';
347print
'<input size="25" type="text" name="fieldzip" value="'.$conf->global->LDAP_MEMBER_FIELD_ZIP.
'">';
348print
'</td><td>'.$langs->trans(
"LDAPFieldZipExample").
'</td>';
349print
'<td class="right"> </td>';
353print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldTown").
'</td><td>';
354print
'<input size="25" type="text" name="fieldtown" value="'.$conf->global->LDAP_MEMBER_FIELD_TOWN.
'">';
355print
'</td><td>'.$langs->trans(
"LDAPFieldTownExample").
'</td>';
356print
'<td class="right"> </td>';
360print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldCountry").
'</td><td>';
361print
'<input size="25" type="text" name="fieldcountry" value="'.$conf->global->LDAP_MEMBER_FIELD_COUNTRY.
'">';
362print
'</td><td> </td>';
363print
'<td class="right"> </td>';
367print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldDescription").
'</td><td>';
368print
'<input size="25" type="text" name="fielddescription" value="'.$conf->global->LDAP_MEMBER_FIELD_DESCRIPTION.
'">';
369print
'</td><td>'.$langs->trans(
"LDAPFieldDescriptionExample").
'</td>';
370print
'<td class="right"> </td>';
374print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldNotePublic").
'</td><td>';
375print
'<input size="25" type="text" name="fieldnotepublic" value="'.$conf->global->LDAP_MEMBER_FIELD_NOTE_PUBLIC.
'">';
376print
'</td><td>'.$langs->trans(
"LDAPFieldNotePublicExample").
'</td>';
377print
'<td class="right"> </td>';
382print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldBirthdate").
'</td><td>';
383print
'<input size="25" type="text" name="fieldbirthdate" value="'.$conf->global->LDAP_MEMBER_FIELD_BIRTHDATE.
'">';
384print
'</td><td> </td>';
385print
'<td class="right"> </td>';
389print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldStatus").
'</td><td>';
390print
'<input size="25" type="text" name="fieldstatus" value="'.$conf->global->LDAP_FIELD_MEMBER_STATUS.
'">';
391print
'</td><td> </td>';
392print
'<td class="right"> </td>';
397print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstSubscriptionDate").
'</td><td>';
398print
'<input size="25" type="text" name="fieldfirstsubscriptiondate" value="'.$conf->global->LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_DATE.
'">';
399print
'</td><td> </td>';
400print
'<td class="right"> </td>';
404print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstSubscriptionAmount").
'</td><td>';
405print
'<input size="25" type="text" name="fieldfirstsubscriptionamount" value="'.$conf->global->LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_AMOUNT.
'">';
406print
'</td><td> </td>';
407print
'<td class="right"> </td>';
411print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLastSubscriptionDate").
'</td><td>';
412print
'<input size="25" type="text" name="fieldlastsubscriptiondate" value="'.$conf->global->LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_DATE.
'">';
413print
'</td><td> </td>';
414print
'<td class="right"> </td>';
418print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLastSubscriptionAmount").
'</td><td>';
419print
'<input size="25" type="text" name="fieldlastsubscriptionamount" value="'.$conf->global->LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_AMOUNT.
'">';
420print
'</td><td> </td>';
421print
'<td class="right"> </td>';
425print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldEndLastSubscription").
'</td><td>';
426print
'<input size="25" type="text" name="fieldendlastsubscription" value="'.$conf->global->LDAP_FIELD_MEMBER_END_LASTSUBSCRIPTION.
'">';
427print
'</td><td> </td>';
428print
'<td class="right"> </td>';
433print
info_admin($langs->trans(
"LDAPDescValues"));
437print $form->buttonsSaveCancel(
"Modify",
'');
446if (!empty($conf->global->LDAP_MEMBER_ACTIVE)) {
447 $butlabel = $langs->trans(
"LDAPTestSynchroMember");
448 $testlabel =
'testmember';
449 $key = $conf->global->LDAP_KEY_MEMBERS;
450 $dn = $conf->global->LDAP_MEMBER_DN;
451 $objectclass = $conf->global->LDAP_MEMBER_OBJECT_CLASS;
456if (function_exists(
"ldap_connect")) {
457 if ($_GET[
"action"] ==
'testmember') {
460 $object->initAsSpecimen();
464 $result = $ldap->connect_bind();
467 $info = $object->_load_ldap_info();
468 $dn = $object->_load_ldap_dn($info);
470 $result1 = $ldap->delete($dn);
471 $result2 = $ldap->add($dn, $info, $user);
472 $result3 = $ldap->delete($dn);
476 print
'<span class="ok">'.$langs->trans(
"LDAPSynchroOK").
'</span><br>';
479 print
'<span class="error">'.$langs->trans(
"LDAPSynchroKOMayBePermissions");
480 print
': '.$ldap->error;
482 print $langs->trans(
"ErrorLDAPMakeManualTest", $conf->ldap->dir_temp).
'<br>';
486 print
"LDAP input file used for test:<br><br>\n";
487 print nl2br($ldap->dump_content($dn, $info));
491 print
'<span class="error">'.$langs->trans(
"LDAPSynchroKO");
492 print
': '.$ldap->error;
494 print $langs->trans(
"ErrorLDAPMakeManualTest", $conf->ldap->dir_temp).
'<br>';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage members of a foundation.
Class to manage LDAP features.
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_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_get_fiche_end($notab=0)
Return tab footer of a card.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='')
Show information for admin users or standard users.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
ldap_prepare_head()
Initialize the array of tabs for customer invoice.
show_ldap_test_button($butlabel, $testlabel, $key, $dn, $objectclass)
Show button test LDAP synchro.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.