From 39185e0960ca20c9410a1c5a115fe7525dc76ede Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Philippe=20Gu=C3=A9rard?=
 <jean-philippe.guerard@tigreraye.org>
Date: Fri, 30 Dec 2011 01:26:07 +0100
Subject: [PATCH] =?UTF-8?q?D=C3=A9finition=20de=20l'option=20USE=5FREMOTE?=
 =?UTF-8?q?=5FUSER?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 variables.php.template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/variables.php.template b/variables.php.template
index e37ef0b1..72e60af7 100644
--- a/variables.php.template
+++ b/variables.php.template
@@ -81,6 +81,9 @@ define('URL_PROPRE', false);
 // Activation de Google Analytics (false si inactif, l'identifiant sinon)
 define('GOOGLE_ANALYTICS_ID', false);
 
+// Utilisation de l'identité (REMOTE_USER) fournie par le serveur web
+define('USE_REMOTE_USER', true);
+
 if (@file_exists('variables.local.php')) {
     include('variables.local.php');
 }
-- 
GitLab