diff --git a/config/autoload/unicaen-authentification.global.php b/config/autoload/unicaen-authentification.global.php
index e9a0427deb667c9a95b50e19ffd453e01b45262b..1da9affeca1d3a5b21d83ef882365b26498c0952 100644
--- a/config/autoload/unicaen-authentification.global.php
+++ b/config/autoload/unicaen-authentification.global.php
@@ -17,7 +17,9 @@ return [
          * Attribut LDAP utilisé pour le username des utilisateurs
          * A personnaliser au besoin
          */
-        //'ldap_username' => 'supannaliaslogin',
+//        'ldap_username' => 'uid',
+//        'ldap_username' => 'supannaliaslogin',
+
     ],
 ];
 
diff --git a/module/Formation/config/module.config.php b/module/Formation/config/module.config.php
index ab5581c12d1809b3690d80911a5dd8b95fcccf36..cbe9560a8a6beb36a418fc87f8caedd1db45ff20 100755
--- a/module/Formation/config/module.config.php
+++ b/module/Formation/config/module.config.php
@@ -8,10 +8,10 @@ use Formation\Event\Convocation\ConvocationEvent;
 use Formation\Event\Convocation\ConvocationEventFactory;
 use Formation\Event\DemandeRetour\DemandeRetourEvent;
 use Formation\Event\DemandeRetour\DemandeRetourEventFactory;
-use Formation\Event\DemandeRetour\SessionClotureEventFactory;
 use Formation\Event\InscriptionCloture\InscriptionClotureEvent;
 use Formation\Event\InscriptionCloture\InscriptionClotureEventFactory;
 use Formation\Event\SessionCloture\SessionClotureEvent;
+use Formation\Event\SessionCloture\SessionClotureEventFactory;
 use Formation\Provider\Privilege\FormationPrivileges;
 use Formation\Service\Evenement\NotificationFormationsOuvertesService;
 use Formation\Service\Evenement\NotificationFormationsOuvertesServiceFactory;
diff --git a/module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php b/module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php
index c1144c6e6fd80acb8694ae28b04898e96e8d13aa..641b362cc845bea849c4f19a5d295b05266d9340 100644
--- a/module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php
+++ b/module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php
@@ -1,9 +1,8 @@
 <?php
 
-namespace Formation\Event\DemandeRetour;
+namespace Formation\Event\SessionCloture;
 
 use Doctrine\ORM\EntityManager;
-use Formation\Event\SessionCloture\SessionClotureEvent;
 use Formation\Provider\Parametre\FormationParametres;
 use Formation\Service\FormationInstance\FormationInstanceService;
 use Psr\Container\ContainerExceptionInterface;