From 6e71f07fa00cf6a12e82279d0a362921a2c89fc2 Mon Sep 17 00:00:00 2001
From: Maja Wolniewicz <mgw@umk.pl>
Date: Tue, 27 Feb 2024 20:46:35 +0100
Subject: [PATCH] adjusted VALIDATOR_TMP define

---
 lib/config-template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config-template.php b/lib/config-template.php
index f2cd131..4d6e38b 100644
--- a/lib/config-template.php
+++ b/lib/config-template.php
@@ -18,7 +18,7 @@ define('DB_DATABASE','edugain');
 
 // Validator locations
 define('VALIDATOR_REQ','http://localhost:5000/validate?r=');
-define('VALIDATOR_TMP', '/srv/edugain.config/mds/tmp');
+define('VALIDATOR_TMP', '/srv/edugain.tmp/validator');
 
 // details of simpleSAMLphp for management login
 
-- 
GitLab