This patch will allow you to set up groups in the roles adapter.
roles="admin, active; manager, user, guest"
(admin OR active) AND (admin OR manager OR user OR guest)
A manager or user or guest must also have the active role in order to view the menu item.
This patch also allows you to put spaces between roles.
RolesPermissionsAdapter file
Logged In: YES
user_id=273951
Originator: YES
this should have read: roles="admin, active; admin, manager, user, guest"
admin is on both side of the semi colon to indicate that admin does not have to have the active role as well.