Heirarchical Role Implementation
-
Hi all, how do i implement Heirarchical role(Group With Roles) (For Eg.Admin,Marketing Etc) Which can have Additional roles (role1,Role2 etc..)with ACL(Insert,Update,Delete) Same as Unix. The Role Should populate both from group and user. I am not sure whether current role based security will work in this scenario. If any other suggestion please let me know. Tejesh
-
Hi all, how do i implement Heirarchical role(Group With Roles) (For Eg.Admin,Marketing Etc) Which can have Additional roles (role1,Role2 etc..)with ACL(Insert,Update,Delete) Same as Unix. The Role Should populate both from group and user. I am not sure whether current role based security will work in this scenario. If any other suggestion please let me know. Tejesh
Where are you maintaining the Role ? You want to maintain it in Database itself or you are using Active Directory for user authentication ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
Where are you maintaining the Role ? You want to maintain it in Database itself or you are using Active Directory for user authentication ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET