View Single Post
  #63 (permalink)  
Old 10-10-2008, 01:17 AM
swamp swamp is offline
Junior Member
 
Join Date: Sep 2008
Posts: 2
swamp is on a distinguished road
Default Re: Fine Grained Role Based Access Control (RBAC) system

Hi Ben,

Here goes the patch as I promised in last post.
rbac_patches.zip

Note:
1. patch also incorporates two fixes from this forum and class.rbacAdmin_bv.php and class.rbac_bv.php from your RBAC.zip
2. patch is against vanilla rbac_admin
3. there are two versions of patch, one for unix and other for windows environment (difference in cr/nl or nl)

How to apply patch?
uncompress patch archive
choose the patch based on your environment
copy patch to path_to_vanilla_rbac_admin
cd path_to_vanilla_rbac_admin
patch -p1 patch

Examples of use are in function PrintPage of class.page_bv.php
Be warned that I didn't make test on windows at all.

Cheers,
Sinisa
Reply With Quote