Home > Graphic Design, MySQL, PHP > Access Control

Access Control

April 22nd, 2009

Four levels access control: Root, Admin, User and Subscriber

We need to have access control for files on a web site.

Root: will be able to assign all other users
Admin: will be able to read and write files and assign users attributes for certain files
User: will be able to read/write only files assigned by the Admin
Subscribers: are not approved users that have limited access to public files

A report chould be generated by Root or Admin for:

Who accessed?
What file was accessed?
What was the access mode (read write)?
How long the user was logged?

In addition the root has access from limited IP space.


Access Control

Comments are closed.
Bear