Ask a Question related to ASP.NET Security, Design and Development.
-
Cy Huckaba #1
Custom ACL Setup? Best Way?
I am having a hard time trying to figure out the best way to implement a custom
ACL. Any thoughts or articles on best practices would be appreciated.
I have three groups with three permission levels. Employee, Client and Vendor;
each with User, Manager and Exec. permission levels. Assets can be protected by
giving groups or individual logins access. For example, Doc1 can be assigned to
All Employee groups and Doc2 can be assigned only to john_doe.
I don't know whether I should create one table with all possible roles like
Emp_User, Emp_Mgr, Emp_Exec, Client_User, etc. or do I separate them into two
tables Login_Type (with emp, client, vendor) and another for Login_Level (user,
mgr, exec).
That brings up the next issue of the best way to tag the Assets table. Do I just
use one ACL field that has roles & levels in one string (like
"emp_mgr;emp_exec;etc.")? Do I provide two ACL fields: one for login type, one
for permission level?
I know I can make something work, I'm just worried about scalability...what if
we add more types and levels later?
Any thoughts would be appreciated.
Cy Huckaba
Austin, TX
Cy Huckaba Guest
-
Update Custom Collection that is bound to DataGrid made up of Custom COlumns
I recieved some very useful help from Steven Cheng in an earlier post in this group entitled 'Dynamically create datagrid columns' and am now... -
acrobat pro 6.0.1. - cannot delete custom page sizes in print setup menu
In everday use, I must have a collection of multiple custom print sizes 'within reach'. My employment is in the publication industry, and I handle... -
Problems printing to custom sized paper-What happened to Page Setup in AI.CS?
Hi, I just switched from AI.9 in OS9 to AI.CS in OSX. After resolving the font problems (ATM Deluxe doesn't work in that environment and I had to... -
Page setup/paper setup
Hi I use Freehand MXa in MacOSX 13.2. I wonder, does Freehands own paper setup (in print dialog box) owerride all paper setup settings.(In... -
Setup SCO's custom for remote installs
Oi! Would someone be so kind as to either: explain how to setup SCO's 'custom' to act as a remote server (what ports it requires, etc..) or...



Reply With Quote

