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

Modification pour la gestion des utilisateurs via LDAP

parent 004290a2
Branches
Tags
No related merge requests found
...@@ -165,7 +165,7 @@ print "</tr>\n"; ...@@ -165,7 +165,7 @@ print "</tr>\n";
} }
if (defined("LDAP_SERVER_TYPE") && LDAP_SERVER_TYPE) if (defined("LDAP_SERVER_TYPE") && LDAP_SERVER_TYPE)
{ {
print '<tr><td>'.$langs->trans("Type").'</td><td>'.LDAP_GROUP_DN.'</td></tr>'; print '<tr><td>'.$langs->trans("Type").'</td><td>'.LDAP_SERVER_TYPE.'</td></tr>';
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment