From af7c4fb9973109ca9cd2a04bff891b47bcdf01b0 Mon Sep 17 00:00:00 2001 From: liedekef Date: Wed, 17 Jan 2007 13:08:26 +0000 Subject: [PATCH] =?UTF-8?q?Par=20d=C3=A9fault:=20pas=20de=20debugging=20po?= =?UTF-8?q?ur=20ldap?= 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 22476673e0a..0ac8504fb19 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(DOL_DOCUMENT_ROOT."/includes/pear/Auth/Auth.php"); - $ldapdebug=true; + #$ldapdebug=true; if ($ldapdebug) print "DEBUG: Traces connexions LDAP
\n"; if ($conf->global->LDAP_SERVER_TYPE == "activedirectory")