On Tue, Jun 21, 2011 at 8:26 AM, Kaipi Yann <ydani...@gmail.com> wrote:

>
> What solution we have  ?
> - Override the UserSecurityIdentity so the from account method of the
> class...but how can I manage to override this class ?
> - Update the UserSecurityIdentity when the user change his email : But I
> don't think we have any method to update an entry of acl_security_identiies
> ?
>
> Any idea welcome !
>
>
What I did to work with a database with similar requirements was to
implement a class that implements
Symfony\Component\Security\Acl\Model\ObjectIdentityInterface . A look at
Symfony\Component\Security\Acl\Domain\ObjectIdentity should make it apparent
what you need to do to use whatever static info you need for your oid.

I'd like to know if this is the correct approach here, it can be hard to
grok what's going on with the Acl stuff.

-- 
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

Reply via email to