From da2fd23908ad9141b474dc3ef1f61219ca416450 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 18 Jan 2007 02:32:03 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20mode=20debug=20ldap=20d=E9sactiv=E9=20pa?= =?UTF-8?q?r=20d=E9faut=20!!=20Franky=20essai=20de=20comprendre=20le=20cod?= =?UTF-8?q?e=20avant=20de=20modifier=20des=20choses=20PLEASE=20!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 9144e2e51c5..852d480cb39 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -208,7 +208,7 @@ if (! session_id() || ! isset($_SESSION["dol_login"])) // Authentification Apache KO ou non active, pas de mode force on demande le login require_once(PEAR_PATH."/Auth/Auth.php"); - #$ldapdebug=true; + $ldapdebug=false; if ($ldapdebug) print "DEBUG: Traces connexions LDAP
\n"; if ($conf->global->LDAP_SERVER_TYPE == "activedirectory")