Skip to content
This repository was archived by the owner on Sep 14, 2018. It is now read-only.

Missing dependency on "security.account_checker" ? #15

Open
Gregwar opened this issue Aug 29, 2011 · 5 comments
Open

Missing dependency on "security.account_checker" ? #15

Gregwar opened this issue Aug 29, 2011 · 5 comments

Comments

@Gregwar
Copy link

Gregwar commented Aug 29, 2011

Got the following error while using this bundle:

ServiceNotFoundException: The service "security.authentication.provider.cas.secured_area" has a dependency on a    non-existent service "security.account_checker".
@jfsimon
Copy link
Contributor

jfsimon commented Aug 29, 2011

Try this bundle: https://github.com/jfsimon/SsoAuthBundle

@david42
Copy link

david42 commented Jan 7, 2012

Hi,

I have the same problem.
I'm trying Symfony (I'm a beginer with this framework) and the CAS Authentification.
I looked the repository Symfony\vendor\symfony\src\Symfony\Component\Security\Core\User and I found the class "UserChecker".
If in CasBundle I replace in the file "Security/CasAuthenticationFactory.php" line 18
"->setArguments(array(new Reference($userProvider), new Reference('security.account_checker')))"
by
->setArguments(array(new Reference($userProvider), new Reference('security.user_checker')))
this problem seem resolved but I'm not sure that my action is good ???
I use Symfony 2.0.9.

@stof
Copy link
Contributor

stof commented Jan 7, 2012

@david42 This bundle is not maintained anymore by @jfsimon. You should use its replacement linked above

@jfsimon
Copy link
Contributor

jfsimon commented Jan 7, 2012

The URL has changed : https://github.com/BeSimple/BeSimpleSsoAuthBundle

@david42
Copy link

david42 commented Jan 7, 2012

Thanks for your answers. I will try BeSimpleSsoAuthBundle ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants