Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the standard Database TABLE design for an ACL?

I wish to build an ACL for an application, and I was wondering if there was a standard database schema design for this?

like image 270
yazz.com Avatar asked Dec 09 '10 11:12

yazz.com


1 Answers

If it suits your needs to use Role-Based Security as the model for your ACL, then you can use the model I described in the answer to this question. If role-based security won't work for you as a model, is there a particular security model you had in mind?

like image 65
Joel Brown Avatar answered Sep 23 '22 05:09

Joel Brown