Ylcdx
Ylcdx
Bonjour, J'ai eu cette erreur en voulant utiliser ton Bundle, je l'ai corrigé en remplacant la ligne 12 "use Ano\Bundle\SystemBundle\DependencyInjection\Extension;" par "use Symfony\Component\HttpKernel\DependencyInjection\Extension;" du fichier AnoGoogleMapsExtension.php
Hi, I've this Exception after authentification : "A token was not found in the Security Context" My config.yml : opensky_ldap: client: host: ldap.mysite.com port: 382 username: "admin" password: ************ useStartTls:...
Hi, I would like to save the user logged into the database immediately after authentication. Because users are able to connect even if the LDAP is unreachable. I'd like to...