On Wed, 19 Jan 2011 09:06:00 +0000, Dan Leech <[email protected]>
wrote:
> I am trying out the ACL functionality and having some difficulties...
> 
> 1. The documentation specifies that you specify the connection in
> `app/config/security.yml` as follows
> 
> security.acl:
>     connection: default
> 
> But this has no effect -- Im guessing that it should be in
> `config.yml`, error in the docs?
> 

Defining it in security.yml or config.yml is exactly the same as
security.yml is imported in config.yml.
The only purpose of the security.yml file is to separate the security
config from your other config but you could put all the security config in
config.yml.

The connection parameter links to a DBAL connection so check it is
correctly defined.

-- 
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 developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to