From 82bfc1e69f00d4273eb68b944e92f904fc095e55 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 10 Jul 2005 13:34: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 fc917d52211..38d52be57d2 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -114,7 +114,7 @@ print ''; print ''.$langs->trans("Parameter").''; print ''.$langs->trans("Value").' '; print "\n"; -if (!defined("LDAP_SERVER_HOST")) +if (!defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST) { print ''.$langs->trans("LDAPServer").''.$langs->trans("LDAPServer").''; }