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