I am using Symfony 1.2.9 (with Propel ORM) on a website I am building. I have installed the sfGuard plugin and have created groups and permissions.
Assume the credential in this case is 'foobar'. I am thinking of assigning the permission 'foobar' to a group 'foobarGrp', and then making new users, members of the group 'foobarGrp'. The assumption is that users will then 'inherit' the permission (credential) from the foobarGrp (by dint of the fact that they are members of the group foobarGrp). Is my assumption correct?.