Loading src/UnicaenAuthentification/Provider/Identity/DbServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class DbServiceFactory implements FactoryInterface throw new RuntimeException( "Impossible de se connecter à l'annuaire LDAP. Si aucune connexion LDAP n'est nécessaire, veuillez " . "commenter les paramètres de config (connection > default > params).", $e $e->getCode() ); } $identityProvider->setLdap($ldap); Loading Loading
src/UnicaenAuthentification/Provider/Identity/DbServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class DbServiceFactory implements FactoryInterface throw new RuntimeException( "Impossible de se connecter à l'annuaire LDAP. Si aucune connexion LDAP n'est nécessaire, veuillez " . "commenter les paramètres de config (connection > default > params).", $e $e->getCode() ); } $identityProvider->setLdap($ldap); Loading