Yes, but what about security? Username and password will be sent in
clear? And performance?


On 21 abr, 16:36, wueb <webmaster....@gmail.com> wrote:
> I understand you wanna a database with sfGuard and other with your
> tables?
>
> You can just make the 2 connections in the databases.yml
>
> all:
>   sfGuardDatabase:
>     class: sfDoctrineDatabase
>     param:
>       dsn:      mysql:host=localhost;dbname=sfguarddatabase
>       username: root
>       password:
>   personalDatabase:
>     class: sfDoctrineDatabase
>     param:
>       dsn:      mysql:host=localhost;dbname=personaldatabase
>       username: root
>       password:
>
> On 21 Abr, 13:55, HiDDeN <davidmoralesmoj...@gmail.com> wrote:
>
>
>
>
>
> > Is there some way to use the sfGuardDoctrine plugin against an
> > external database?
>
> > What I mean is to make the plugin query its tables in another server.
> > I have thought to replicate the plugin tables in another database and
> > use the callable feature, although I'm not sure if this is the best
> > solution.
>
> > Any thoughts?
>
> > --
> > 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 
> > athttp://groups.google.com/group/symfony-users?hl=en
>
> --
> 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 
> athttp://groups.google.com/group/symfony-users?hl=en

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