thanks again for your answer.
first of all, in my country we use fx as shortening of “for example” 
but back to rbam: i’m beginning to understand that i do not understand the concept of rbac that well. I understand the thing about roles, tasks and operations, but i don’t understand how to create bizrules (and i don’t find that much documentation on how to do that). do you have any examples of bizrules that can be used in rbam? Or even better; a screenshot of the operation authorization items inside of rbam
also, i’m beginning to doubt that i installed rbam the right way so i’m going to take you through the installation i did:
-
downloadet rbam and inserted it into modules.
-
i wrote this into my main config file:
'modules'=>array(
'rbam'=>array(
//RBAM config
'applicationLayout'=>'application.views.layouts.main',
'authAssignmentsManagerRole'=>'Auth Assignments Manager',
'authenticatedRole'=>'Authenticated',
'authItemsManagerRole'=>'Auth Items Manager',
'baseScriptUrl'=>null,
'baseUrl'=>null,
'cssFile'=>null,
'development'=>true,
'exclude'=>'rbam',
'guestRole'=>'Guest',
'initialise'=>true,
'layout'=>'rbam.views.layouts.main',
'juiCssFile'=>'jquery-ui.css',
'juiHide'=>'puff',
'juiScriptFile'=>'jquery-ui.min.js',
'juiScriptUrl'=>null,
'juiShow'=>'fade',
'juiTheme'=>'base',
'juiThemeUrl'=>null,
'pageSize'=>10,
'rbacManagerRole'=>'RBAC Manager',
'relationshipsPageSize'=>5,
'showConfirmation'=>3000,
'showMenu'=>true,
'userClass'=>'User',
'userCriteria'=>array(),
'userIdAttribute'=>'id',
'userNameAttribute'=>'username',
),
),
-
i inserted the sql file from framework/web/auth into my database
-
i wrote into my main config file:
'components'=>array(
'authManager'=>array(
'class'=>'CDbAuthManager',
'connectionID'=>'db',
),
)
- i went to the rbam part of my site and initialized it
Will all the data rbam handles be put into the database now? if i press yes to if rbam should “generate Authorisation Data based on your application’s modules, controllers and actions”, it doesn’t do anything. is this normal?
and please tell me if i need to do anything else before i start creating roles/tasks/operations.
(btw, i find it kind of amazing that i find the name Boaz on almost every forum post on any site that involves rbam…)