I am setting up a CMS using ASP VBscript and need to implement more than basic security. Different individuals would need write access to different pages. Here's what I was thinking.
A table where the rows were users id's, the columns were page id's. The actual value of the row/column would be a single character. I initially thought such as (O)wner, (S)upervisor, (E)ditor, and (V)iewer. But now I am thinking make the char an 8-bit value, which would give me some more flexibility. I can add or drop columns as necessary as pages are defined or deleted. (a bit hairy, I know, but pages will be less dynamic that users, probably) I want to have rights flow down, which is going to require me to check another table I already have for heirarchy(sp?). Sound like I'm on the right track? Anybody have better suggestions or know of any pitfalls I'm heading for? Thanks, J.R. ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
