30require 
'../main.inc.php';
 
   31require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
 
   32require_once DOL_DOCUMENT_ROOT.
'/core/class/ldap.class.php';
 
   33require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formldap.class.php';
 
   34require_once DOL_DOCUMENT_ROOT.
'/core/lib/ldap.lib.php';
 
   37$langs->loadLangs(array(
"admin", 
"ldap"));
 
   43$action = 
GETPOST(
'action', 
'aZ09');
 
   46$hookmanager->initHooks(array(
'adminldap', 
'globaladmin'));
 
   54$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action); 
 
   60  if ($action == 
'setvalue' && $user->admin) {
 
   71    if (!
dolibarr_set_const($db, 
'LDAP_SERVER_PROTOCOLVERSION', 
GETPOST(
"LDAP_SERVER_PROTOCOLVERSION", 
'aZ09'), 
'chaine', 0, 
'', $conf->entity)) {
 
   77    if (!
dolibarr_set_const($db, 
'LDAP_SERVER_HOST_SLAVE', 
GETPOST(
"slave", 
'alphanohtml'), 
'chaine', 0, 
'', $conf->entity)) {
 
  104    if (!
dolibarr_set_const($db, 
'LDAP_MEMBER_TYPE_ACTIVE', 
GETPOST(
"activememberstypes", 
'aZ09'), 
'chaine', 0, 
'', $conf->entity)) {
 
  107    if (!
dolibarr_set_const($db, 
'LDAP_PASSWORD_HASH_TYPE', 
GETPOST(
"LDAP_PASSWORD_HASH_TYPE", 
'aZ09'), 
'chaine', 0, 
'', $conf->entity)) {
 
  125llxHeader(
'', $langs->trans(
"LDAPSetup"), 
'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP', 
'', 0, 0, 
'', 
'', 
'', 
'mod-admin page-ldap');
 
  127$linkback = 
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
 
  129print 
load_fiche_titre($langs->trans(
"LDAPSetup"), $linkback, 
'title_setup');
 
  134if (!function_exists(
"ldap_connect")) {
 
  135  setEventMessages($langs->trans(
"LDAPFunctionsNotAvailableOnPHP"), 
null, 
'errors');
 
  139$form = 
new Form($db);
 
  142print 
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'?action=setvalue&token='.
newToken().
'">';
 
  143print 
'<input type="hidden" name="token" value="'.newToken().
'">';
 
  147print 
'<table class="noborder centpercent">';
 
  150print 
'<tr class="liste_titre">';
 
  151print 
'<td colspan="3">'.$langs->trans(
"LDAPSynchronization").
'</td>';
 
  156print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPDnSynchroActive").
'</td><td>';
 
  157print $formldap->selectLdapDnSynchroActive(
getDolGlobalInt(
'LDAP_SYNCHRO_ACTIVE'), 
'activesynchro');
 
  158print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPDnSynchroActiveExample").
'</span>';
 
  160  print 
'<br><span class="error">'.$langs->trans(
"LDAPSetupNotComplete").
'</span>';
 
  165if (isModEnabled(
'societe')) {
 
  166  print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPDnContactActive").
'</td><td>';
 
  167  print $formldap->selectLdapDnSynchroActive(
getDolGlobalInt(
'LDAP_CONTACT_ACTIVE'), 
'activecontact', array(Ldap::SYNCHRO_LDAP_TO_DOLIBARR));
 
  168  print 
'</td><td><span class="opacitymedium">' . $langs->trans(
"LDAPDnContactActiveExample") . 
'</span></td></tr>';
 
  172if (isModEnabled(
'member')) {
 
  173  print 
'<tr class="oddeven"><td>' . $langs->trans(
"LDAPDnMemberActive") . 
'</td><td>';
 
  174  print $formldap->selectLdapDnSynchroActive(
getDolGlobalInt(
'LDAP_MEMBER_ACTIVE'), 
'activemembers', array(), 2);
 
  175  print 
'</td><td><span class="opacitymedium">' . $langs->trans(
"LDAPDnMemberActiveExample") . 
'</span></td></tr>';
 
  179if (isModEnabled(
'member')) {
 
  180  print 
'<tr class="oddeven"><td>' . $langs->trans(
"LDAPDnMemberTypeActive") . 
'</td><td>';
 
  181  print $formldap->selectLdapDnSynchroActive(
getDolGlobalInt(
'LDAP_MEMBER_TYPE_ACTIVE'), 
'activememberstypes', array(), 2);
 
  182  print 
'</td><td><span class="opacitymedium">' . $langs->trans(
"LDAPDnMemberTypeActiveExample") . 
'</span></td></tr>';
 
  186$parameters = array();
 
  187$reshook = $hookmanager->executeHooks(
'addAdminLdapOptions', $parameters); 
 
  188print $hookmanager->resPrint;
 
  190print 
'<tr class="liste_titre">';
 
  191print 
'<td>'.$langs->trans(
"Parameter").
'</td>';
 
  192print 
'<td>'.$langs->trans(
"Value").
'</td>';
 
  193print 
'<td>'.$langs->trans(
"Example").
'</td>';
 
  197print 
'<tr class="oddeven"><td>'.$langs->trans(
"Type").
'</td><td>';
 
  199print 
'</td><td> </td></tr>';
 
  202print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPUserAccountControl").
'</td><td>';
 
  203print 
'<input class="width75" type="text" name="userAccountControl" value="'.getDolGlobalString(
'LDAP_USERACCOUNTCONTROL', 
'512').
'">';
 
  204print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPUserAccountControlExample").
'</span></td></tr>';
 
  207print 
'<tr class="oddeven"><td>'.$langs->trans(
"Version").
'</td><td>';
 
  208print $formldap->selectLdapServerProtocolVersion(
getDolGlobalString(
'LDAP_SERVER_PROTOCOLVERSION'), 
'LDAP_SERVER_PROTOCOLVERSION');
 
  209print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerProtocolVersion").
'</span></td></tr>';
 
  212print 
'<tr class="oddeven"><td>';
 
  213print $langs->trans(
"LDAPPrimaryServer").
'</td><td>';
 
  214print 
'<input class="minwidth200" type="text" name="host" value="'.getDolGlobalString(
'LDAP_SERVER_HOST').
'">';
 
  215print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerExample").
'</span></td></tr>';
 
  218print 
'<tr class="oddeven"><td>';
 
  219print $langs->trans(
"LDAPSecondaryServer").
'</td><td>';
 
  220print 
'<input class="minwidth200" type="text" name="slave" value="'.getDolGlobalString(
'LDAP_SERVER_HOST_SLAVE').
'">';
 
  221print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerExample").
'</span></td></tr>';
 
  224print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPServerPort").
'</td><td>';
 
  225print 
'<input class="width75" type="text" name="port" value="'.getDolGlobalString(
'LDAP_SERVER_PORT', 
'389').
'">';
 
  226print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerPortExample").
'</span></td></tr>';
 
  229print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPServerDn").
'</td><td>';
 
  230print 
'<input class="minwidth300" type="text" name="dn" value="'.getDolGlobalString(
'LDAP_SERVER_DN').
'">';
 
  231print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerDnExample").
'</span></td></tr>';
 
  234print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPServerUseTLS").
'</td><td>';
 
  235print $form->selectyesno(
'usetls', 
getDolGlobalInt(
'LDAP_SERVER_USE_TLS'), 1);
 
  236print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPServerUseTLSExample").
'</span></td></tr>';
 
  239print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPPasswordHashType").
'</td><td>';
 
  240print $formldap->selectLdapPasswordHashType(
getDolGlobalString(
'LDAP_PASSWORD_HASH_TYPE'), 
'LDAP_PASSWORD_HASH_TYPE');
 
  241print 
'</td><td><span class="opacitymedium">'.$langs->trans(
"LDAPPasswordHashTypeExample").
'</span></td></tr>';
 
  243print 
'<tr class="liste_titre">';
 
  244print 
'<td colspan="3">'.$langs->trans(
"ForANonAnonymousAccess").
'</td>';
 
  248print 
'<!-- LDAP_ADMIN_DN -->';
 
  249print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPAdminDn").
'</td><td>';
 
  250print 
'<input class="minwidth300" type="text" name="admin" value="'.getDolGlobalString(
'LDAP_ADMIN_DN').
'">';
 
  251print 
'</td><td class="maxwidthhalf"><span class="opacitymedium">'.$langs->trans(
"LDAPAdminDnExample").
'</span></td></tr>';
 
  254print 
'<!-- LDAP_ADMIN_PASS -->';
 
  255print 
'<tr class="oddeven"><td>'.$langs->trans(
"LDAPPassword").
'</td><td>';
 
  256print 
'<input class="minwidth150" type="password" name="pass" value="'.dol_escape_htmltag(
getDolGlobalString(
'LDAP_ADMIN_PASS')).
'">';
 
  258print 
'</td><td><span class="opacitymedium">'.$langs->trans(
'Password').
' (ex: secret)</span></td></tr>';
 
  264print $form->buttonsSaveCancel(
"Modify", 
'');
 
  274if (function_exists(
"ldap_connect")) {
 
  276    print 
'<a class="butAction reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=test">'.$langs->trans(
"LDAPTestConnect").
'</a><br><br>';
 
  279  if ($action == 
'test') {
 
  282    $result = $ldap->connectBind();
 
  286      print 
'<span class="ok">'.$langs->trans(
"LDAPTCPConnectOK", $ldap->connectedServer, 
getDolGlobalString(
'LDAP_SERVER_PORT')).
'</span>';
 
  292          print 
'<span class="ok">'.$langs->trans(
"LDAPBindOK", $ldap->connectedServer, 
getDolGlobalString(
'LDAP_SERVER_PORT'), 
getDolGlobalString(
'LDAP_ADMIN_DN'), preg_replace(
'/./i', 
'*', $conf->global->LDAP_ADMIN_PASS)).
'</span>';
 
  296          print 
'<span class="error">'.$langs->trans(
"LDAPBindKO", $ldap->connectedServer, 
getDolGlobalString(
'LDAP_SERVER_PORT'), 
getDolGlobalString(
'LDAP_ADMIN_DN'), preg_replace(
'/./i', 
'*', $conf->global->LDAP_ADMIN_PASS)).
'</span>';
 
  298          print $langs->trans(
"Error").
' '.$ldap->error;
 
  303        print 
'<span class="warning">'.$langs->trans(
"LDAPNoUserOrPasswordProvidedAccessIsReadOnly").
'</span>';
 
  309      if (($ldap->getVersion() == 3)) {
 
  311        print 
'<span class="ok">'.$langs->trans(
"LDAPSetupForVersion3").
'</span>';
 
  315        print 
'<span class="ok">'.$langs->trans(
"LDAPSetupForVersion2").
'</span>';
 
  322      print 
'<span class="error">'.$langs->trans(
"LDAPTCPConnectKO", $ldap->connectedServer, 
getDolGlobalString(
'LDAP_SERVER_PORT')).
'</span>';
 
  324      print $langs->trans(
"Error").
' '.$ldap->error;
 
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 LDAP features.
 
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
 
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
 
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
 
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.
 
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.
 
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
 
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 dolibarr global constant string value.
 
ldap_prepare_head()
Initialize the array of tabs for customer invoice.
 
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.