From 5fa0ed4c10cdf57c20d1f6683356a15b45800e01 Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz <twoln@umk.pl> Date: Wed, 3 Apr 2024 16:39:15 +0200 Subject: [PATCH] fixing the validator tmp path (cherry picked from commit d953ab8bdb4a96b395404f7fd48644664a4d89cb) --- 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 bb0a310..6166527 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