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)) {
116 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_DESCRIPTION',
GETPOST(
"fielddescription"),
'chaine', 0,
'', $conf->entity)) {
119 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_NOTE_PUBLIC',
GETPOST(
"fieldnotepublic"),
'chaine', 0,
'', $conf->entity)) {
122 if (!
dolibarr_set_const($db,
'LDAP_MEMBER_FIELD_BIRTHDATE',
GETPOST(
"fieldbirthdate"),
'chaine', 0,
'', $conf->entity)) {
128 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_END_LASTSUBSCRIPTION',
GETPOST(
"fieldendlastsubscription"),
'chaine', 0,
'', $conf->entity)) {
133 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_DATE',
GETPOST(
"fieldfirstsubscriptiondate"),
'chaine', 0,
'', $conf->entity)) {
136 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_AMOUNT',
GETPOST(
"fieldfirstsubscriptionamount"),
'chaine', 0,
'', $conf->entity)) {
139 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_DATE',
GETPOST(
"fieldlastsubscriptiondate"),
'chaine', 0,
'', $conf->entity)) {
142 if (!
dolibarr_set_const($db,
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_AMOUNT',
GETPOST(
"fieldlastsubscriptionamount"),
'chaine', 0,
'', $conf->entity)) {
152 if (!
dolibarr_set_const($db,
'LDAP_KEY_MEMBERS', $valkey,
'chaine', 0,
'', $conf->entity)) {
171$form =
new Form($db);
173llxHeader(
'', $langs->trans(
"LDAPSetup"),
'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP',
'', 0, 0,
'',
'',
'',
'mod-admin page-ldap_members');
174$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
176print
load_fiche_titre($langs->trans(
"LDAPSetup"), $linkback,
'title_setup');
181if (!function_exists(
"ldap_connect")) {
182 setEventMessages($langs->trans(
"LDAPFunctionsNotAvailableOnPHP"),
null,
'errors');
185print
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'?action=setvalue&token='.
newToken().
'">';
186print
'<input type="hidden" name="token" value="'.newToken().
'">';
191print
'<span class="opacitymedium">'.$langs->trans(
"LDAPDescMembers").
'</span><br>';
194print
'<table class="noborder centpercent">';
196print
'<tr class="liste_titre">';
197print
'<td colspan="4">'.$langs->trans(
"LDAPSynchronizeMembers").
'</td>';
201print
'<!-- LDAP_MEMBER_DN -->';
202print
'<tr class="oddeven"><td><span class="fieldrequired">'.$langs->trans(
"LDAPMemberDn").
'</span></td><td>';
203print
'<input size="48" type="text" name="user" value="' .
getDolGlobalString(
'LDAP_MEMBER_DN').
'">';
204print
'</td><td>'.$langs->trans(
"LDAPMemberDnExample").
'</td>';
205print
'<td> </td>';
209print
'<!-- LDAP_MEMBER_OBJECT_CLASS -->';
210print
'<tr class="oddeven"><td><span class="fieldrequired">'.$langs->trans(
"LDAPMemberObjectClassList").
'</span></td><td>';
211print
'<input size="48" type="text" name="objectclass" value="' .
getDolGlobalString(
'LDAP_MEMBER_OBJECT_CLASS').
'">';
212print
'</td><td>'.$langs->trans(
"LDAPMemberObjectClassListExample").
'</td>';
213print
'<td> </td>';
217print
'<!-- LDAP_MEMBER_FILTER -->';
218print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFilterConnection").
'</td><td>';
219print
'<input size="48" type="text" name="filterconnection" value="' .
getDolGlobalString(
'LDAP_MEMBER_FILTER').
'">';
220print
'</td><td>'.$langs->trans(
"LDAPFilterConnectionExample").
'</td>';
226print
'<table class="noborder centpercent">';
228print
'<tr class="liste_titre">';
229print
'<td>'.$langs->trans(
"LDAPDolibarrMapping").
'</td>';
230print
'<td colspan="2">'.$langs->trans(
"LDAPLdapMapping").
'</td>';
231print
'<td class="right">'.$langs->trans(
"LDAPNamingAttribute").
'</td>';
237print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFullname").
'</td><td>';
238print
'<input size="25" type="text" name="fieldfullname" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_FULLNAME').
'">';
239print
'</td><td>'.$langs->trans(
"LDAPFieldFullnameExample").
'</td>';
240print
'<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>";
244print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldName").
'</td><td>';
245print
'<input size="25" type="text" name="fieldname" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_NAME').
'">';
246print
'</td><td>'.$langs->trans(
"LDAPFieldNameExample").
'</td>';
247print
'<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>";
251print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstName").
'</td><td>';
252print
'<input size="25" type="text" name="fieldfirstname" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_FIRSTNAME').
'">';
253print
'</td><td>'.$langs->trans(
"LDAPFieldFirstNameExample").
'</td>';
254print
'<td class="right"> </td>';
258print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLoginUnix").
'</td><td>';
259print
'<input size="25" type="text" name="fieldlogin" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_LOGIN').
'">';
260print
'</td><td>'.$langs->trans(
"LDAPFieldLoginExample").
'</td>';
261print
'<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>";
265print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLoginSamba").
'</td><td>';
266print
'<input size="25" type="text" name="fieldloginsamba" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_LOGIN_SAMBA').
'">';
267print
'</td><td>'.$langs->trans(
"LDAPFieldLoginSambaExample").
'</td>';
268print
'<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>";
272print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPasswordNotCrypted").
'</td><td>';
273print
'<input size="25" type="text" name="fieldpassword" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_PASSWORD').
'">';
274print
'</td><td>'.$langs->trans(
"LDAPFieldPasswordExample").
'</td>';
275print
'<td class="right"> </td>';
279print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPasswordCrypted").
'</td><td>';
280print
'<input size="25" type="text" name="fieldpasswordcrypted" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_PASSWORD_CRYPTED').
'">';
281print
'</td><td>'.$langs->trans(
"LDAPFieldPasswordExample").
'</td>';
282print
'<td class="right"> </td>';
286print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldMail").
'</td><td>';
287print
'<input size="25" type="text" name="fieldmail" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_MAIL').
'">';
288print
'</td><td>'.$langs->trans(
"LDAPFieldMailExample").
'</td>';
289print
'<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>";
293print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldPhone").
'</td><td>';
294print
'<input size="25" type="text" name="fieldphone" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_PHONE').
'">';
295print
'</td><td>'.$langs->trans(
"LDAPFieldPhoneExample").
'</td>';
296print
'<td class="right"> </td>';
301print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldHomePhone").
'</td><td>';
302print
'<input size="25" type="text" name="fieldphoneperso" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_PHONE_PERSO').
'">';
303print
'</td><td>'.$langs->trans(
"LDAPFieldHomePhoneExample").
'</td>';
304print
'<td class="right"> </td>';
308print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldMobile").
'</td><td>';
309print
'<input size="25" type="text" name="fieldmobile" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_MOBILE').
'">';
310print
'</td><td>'.$langs->trans(
"LDAPFieldMobileExample").
'</td>';
311print
'<td class="right"> </td>';
315print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFax").
'</td><td>';
316print
'<input size="25" type="text" name="fieldfax" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_FAX').
'">';
317print
'</td><td>'.$langs->trans(
"LDAPFieldFaxExample").
'</td>';
318print
'<td class="right"> </td>';
322print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldCompany").
'</td><td>';
323print
'<input size="25" type="text" name="fieldcompany" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_COMPANY').
'">';
324print
'</td><td>'.$langs->trans(
"LDAPFieldCompanyExample").
'</td>';
325print
'<td class="right"> </td>';
329print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldAddress").
'</td><td>';
330print
'<input size="25" type="text" name="fieldaddress" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_ADDRESS').
'">';
331print
'</td><td>'.$langs->trans(
"LDAPFieldAddressExample").
'</td>';
332print
'<td class="right"> </td>';
336print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldZip").
'</td><td>';
337print
'<input size="25" type="text" name="fieldzip" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_ZIP').
'">';
338print
'</td><td>'.$langs->trans(
"LDAPFieldZipExample").
'</td>';
339print
'<td class="right"> </td>';
343print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldTown").
'</td><td>';
344print
'<input size="25" type="text" name="fieldtown" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_TOWN').
'">';
345print
'</td><td>'.$langs->trans(
"LDAPFieldTownExample").
'</td>';
346print
'<td class="right"> </td>';
350print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldCountry").
'</td><td>';
351print
'<input size="25" type="text" name="fieldcountry" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_COUNTRY').
'">';
352print
'</td><td> </td>';
353print
'<td class="right"> </td>';
357print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldDescription").
'</td><td>';
358print
'<input size="25" type="text" name="fielddescription" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_DESCRIPTION').
'">';
359print
'</td><td>'.$langs->trans(
"LDAPFieldDescriptionExample").
'</td>';
360print
'<td class="right"> </td>';
364print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldNotePublic").
'</td><td>';
365print
'<input size="25" type="text" name="fieldnotepublic" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_NOTE_PUBLIC').
'">';
366print
'</td><td>'.$langs->trans(
"LDAPFieldNotePublicExample").
'</td>';
367print
'<td class="right"> </td>';
372print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldBirthdate").
'</td><td>';
373print
'<input size="25" type="text" name="fieldbirthdate" value="' .
getDolGlobalString(
'LDAP_MEMBER_FIELD_BIRTHDATE').
'">';
374print
'</td><td> </td>';
375print
'<td class="right"> </td>';
379print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldStatus").
'</td><td>';
380print
'<input size="25" type="text" name="fieldstatus" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_STATUS').
'">';
381print
'</td><td> </td>';
382print
'<td class="right"> </td>';
387print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstSubscriptionDate").
'</td><td>';
388print
'<input size="25" type="text" name="fieldfirstsubscriptiondate" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_DATE').
'">';
389print
'</td><td> </td>';
390print
'<td class="right"> </td>';
394print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldFirstSubscriptionAmount").
'</td><td>';
395print
'<input size="25" type="text" name="fieldfirstsubscriptionamount" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_AMOUNT').
'">';
396print
'</td><td> </td>';
397print
'<td class="right"> </td>';
401print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLastSubscriptionDate").
'</td><td>';
402print
'<input size="25" type="text" name="fieldlastsubscriptiondate" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_DATE').
'">';
403print
'</td><td> </td>';
404print
'<td class="right"> </td>';
408print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldLastSubscriptionAmount").
'</td><td>';
409print
'<input size="25" type="text" name="fieldlastsubscriptionamount" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_AMOUNT').
'">';
410print
'</td><td> </td>';
411print
'<td class="right"> </td>';
415print
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPFieldEndLastSubscription").
'</td><td>';
416print
'<input size="25" type="text" name="fieldendlastsubscription" value="' .
getDolGlobalString(
'LDAP_FIELD_MEMBER_END_LASTSUBSCRIPTION').
'">';
417print
'</td><td> </td>';
418print
'<td class="right"> </td>';
423print
info_admin($langs->trans(
"LDAPDescValues"));
427print $form->buttonsSaveCancel(
"Modify",
'');
437 $butlabel = $langs->trans(
"LDAPTestSynchroMember");
438 $testlabel =
'testmember';
446if (function_exists(
"ldap_connect")) {
447 if ($action ==
'testmember') {
454 $result = $ldap->connectBind();
457 $info =
$object->_load_ldap_info();
458 $dn =
$object->_load_ldap_dn($info);
460 $result1 = $ldap->delete($dn);
461 $result2 = $ldap->add($dn, $info, $user);
462 $result3 = $ldap->delete($dn);
466 print
'<span class="ok">'.$langs->trans(
"LDAPSynchroOK").
'</span><br>';
469 print
'<span class="error">'.$langs->trans(
"LDAPSynchroKOMayBePermissions");
470 print
': '.$ldap->error;
472 print $langs->trans(
"ErrorLDAPMakeManualTest", $conf->ldap->dir_temp).
'<br>';
476 print
"LDAP input file used for test:<br><br>\n";
477 print nl2br($ldap->dumpContent($dn, $info));
481 print
'<span class="error">'.$langs->trans(
"LDAPSynchroKO");
482 print
': '.$ldap->error;
484 print $langs->trans(
"ErrorLDAPMakeManualTest", $conf->ldap->dir_temp).
'<br>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage members of a foundation.
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.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
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.