Le 13/05/2011 06:10, Jimmy Bourassa a écrit :
Hi,
I am all new to Symfony2. I am trying to use the built-in
authentification with the form firewall with LDAP authentification.
If I am not mistaken, all I have to do is create my own
AuthentificationProvider and make Symfony use it instead of the built
in one (Dao one I figure). Coding the actual provider should be
trivial, but I can't figure how to tell Symfony to use my _custom_
Auth provider instead of the built-in one. What's the trick to do
this?
Thanks,
Define it as a service and configure the provider using the id of you
service:
security:
providers:
custom:
id: my_custom_provider
--
Christophe | Stof
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en