From cfce3ce704d77e525ee08f36773a94658d13cd57 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Sun, 10 Jul 2005 15:12:52 +0000 Subject: [PATCH] Modification pour la gestion des utilisateurs via LDAP --- htdocs/admin/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index a488f6e1947..413429dd8dc 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -165,7 +165,7 @@ print "</tr>\n"; } 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 { -- GitLab