From a0002bcd90736ca988936f40a5610af8515895a7 Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 23 Oct 2020 13:37:58 +0200 Subject: [PATCH] parameter fgdebug --- .../src/Cadoles/CoreBundle/Controller/SondeController.php | 2 +- tmpl/ninegate-template.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/SondeController.php b/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/SondeController.php index 176e34c1..6918160d 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/SondeController.php +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/SondeController.php @@ -13,7 +13,7 @@ class SondeController extends Controller public function sondeAction() { // Debug sonde - $fgdebug = true; + $fgdebug = $this->getParameter("fgdebug"); // Calcul du login $user=$this->getUser(); diff --git a/tmpl/ninegate-template.yml b/tmpl/ninegate-template.yml index 43f7b579..195ef459 100644 --- a/tmpl/ninegate-template.yml +++ b/tmpl/ninegate-template.yml @@ -1,5 +1,8 @@ # This file is auto-generated during the composer install parameters: + # Certaines trace seront visible via un passage à true de fgdebug + fgdebug: false + # Determine qui est le maitre de l'identitité = SQL / LDAP / SSO # Si SQL cela veut dire que c'est l'applicatif qui gère les utilisateurs # Sinon la source est externe soit via un annuaire soit via des attributs venant d'un SSO