Skip to content
Snippets Groups Projects
Commit 7dbccbda authored by Regis Houssin's avatar Regis Houssin
Browse files

Ajout: possibilté de désactiver la synchro des contacts sur LDAP

parent fc0f706f
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ print "</tr>\n";
}
if (defined("LDAP_CONTACT_ACTIVE") && LDAP_CONTACT_ACTIVE)
{
print '<tr><td>'.$langs->trans("DNContactActive").'</td><td>'.LDAP_CONTACT_ACTIVE.'</td></tr>';
print '<tr><td>'.$langs->trans("DNContactActive").'</td><td>'.$langs->trans("DNContactActiveYes").'</td></tr>';
}
else
{
......@@ -187,7 +187,7 @@ print "</tr>\n";
}
if (defined("LDAP_CONTACT_DN") && LDAP_CONTACT_DN)
{
print '<tr><td>'.$langs->trans("DNContact").'</td><td>'.$langs->trans("DNContactActiveYes").'</td></tr>';
print '<tr><td>'.$langs->trans("DNContact").'</td><td>'.LDAP_CONTACT_DN.'</td></tr>';
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment