Ajout: possibilt de dsactiver la synchro des contacts sur LDAP
This commit is contained in:
parent
fc0f706fe1
commit
7dbccbdace
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user