From f3d3adadded561a91fda0ef875bfce92c8f44773 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@sedlistka.cz>
Date: Thu, 12 Dec 2019 15:57:35 +0100
Subject: [PATCH] Mapovani REMOTE_USER

---
 mod_auth_mellon.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod_auth_mellon.conf b/mod_auth_mellon.conf
index eec9701..2081b0f 100644
--- a/mod_auth_mellon.conf
+++ b/mod_auth_mellon.conf
@@ -9,7 +9,7 @@ SetEnv HTTPS
  MellonSPMetadataFile   /etc/apache2/saml2/sp.xml
  MellonIdPMetadataFile  /etc/apache2/saml2/idp.xml
  MellonSignatureMethod rsa-sha256
- MellonSetEnvNoPrefix REMOTE_USER username
+ MellonUser username
 </Location>
 
 <Location /admin >
-- 
GitLab