MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
770 B

  1. ACL Technical Design (TD)
  2. To use Access Control in CakePHP we use itś own AclComponent.
  3. http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html
  4. http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/part-two.html
  5. CakePHP example, just telling how to populate and connect the CakePHP AclController.
  6. http://stackoverflow.com/questions/6154285/aros-table-in-cakephp-is-still-including-users-even-after-bindnode
  7. If ACL on Role level add this small correction, to just only add Roles to CakePHP ACL tables and not to add the Users.
  8. http://bakery.cakephp.org/articles/theshz/2006/11/28/user-permissions-and-cakephp-acl
  9. Calling the ACL from within a controller.