![]() |
Sergey Kornilov admin 8/25/2014 |
You can do this within a single PHPRunner project but some coding will be required. You can use login page with Static or Dynamic User Group permissions. Then you need to add some code to AfterAppInit event that would check if current user are logged in to Active Directory and assign permissions for all tables manually based on username or group. |
G
|
g_parry author 8/25/2014 |
You can do this within a single PHPRunner project but some coding will be required. You can use login page with Static or Dynamic User Group permissions. Then you need to add some code to AfterAppInit event that would check if current user are logged in to Active Directory and assign permissions for all tables manually based on username or group.
|