acl Questions
3
I'm trying to add Symfony 2.0 ACL to my frameworkless PHP application. Because of the lack of documentation on how to use Security component as standalone I've got totally confused and I've got stu...
1
Solved
When attempting to run findAcl() on an entity with an existing entry in the acl_classes table generated by init:acl I get an AclNotFoundException.
Testing with createAcl() on the object in questio...
Hatty asked 19/9, 2011 at 19:56
1
Solved
I'm trying to modify the existing ACL on a directory (and its sub-directories) to remove write access for the built-in Users group. The directory is inheriting this particular right from its parent...
9
Solved
I am pretty new to CakePHP, having been using rails for a little while. My question is, can anyone recommend a good user management, authentication and acl plugin or component for Cake?
I ha...
Sunnysunproof asked 30/9, 2009 at 22:17
2
I've been having problems programatically assigning permissions to Folders / Registry entries. I have managed to assign inheriting permissions using the following code:
FileSystemAccessRule rule = ...
Tennies asked 11/9, 2009 at 15:47
5
I want to be able to show or hide certain elements in a view based on ACL. For instance, if a user is looking at my Users/index view, I don't want to show a 'Delete User' element if he doesn't have...
Oman asked 19/7, 2010 at 2:9
1
Solved
The code of the official ACL example works : http://symfony.com/doc/current/cookbook/security/acl.html
If I do that, no problem...
{% if is_granted('EDIT', comment) %}
Edit
{% endif %}
... but...
3
Solved
First question
Please, could you explain me how simpliest ACL could be implemented in MVC.
Here is the first approach of using Acl in Controller...
<?php
class MyController extends Controller {
...
Onega asked 7/8, 2010 at 11:11
2
I am looking for a solution in asp.net mvc for acl like the cakephp is giving by her ACL component.
I want to create the acl so I can assign permission on role and user basis.
Thanks
Vientiane asked 12/5, 2011 at 9:11
1
I wish to build an ACL for an application, and I was wondering if there was a standard database schema design for this?
Lionhearted asked 9/12, 2010 at 11:49
1
Solved
Spring Security ACL plugin for grails by default uses the BasePermission class with 4 basic permissions. And uses DefaultFactory to assign this permissions. And AclPermissionEvaluator where this De...
Allotment asked 13/2, 2012 at 22:35
0
I want to take file ownership using win32 api, and I want my code to work on both xp and win7
anyway, here is what i came up with
Function that changes the ownership of the file
int ChangeFileOw...
1
In our application based on Symfony2 we would like to create a list of which of the users in the system that has permissions for a given domain object. We are using ACL and our immediate instinct w...
Counterstamp asked 7/7, 2011 at 12:52
1
Solved
I've seen examples of ACL to deal with one entity but none to deal with fetching multiple items - such as a list of posts that belong to an author. One (bad) suggestion was to fetch all the items a...
Whisker asked 11/9, 2011 at 1:41
2
Solved
I'm wondering if anyone knows of an elegant way to achieve this using the Symfony2 ACL system.
I have a Comment entity (my domain object) which needs to be editable by ROLE_USER but this is only a...
1
Solved
I really have little idea how ACL do work. I know it's pretty cool and could save me lots of time and pain. But currently i'm a bit lost. All example for pyramid do use traversal. I exclusively use...
3
Solved
I tried a couple of things: S3Browse, the RightAws Ruby gem and other tools. All allow granting access on an individual key basis, but I wasn't able to set the ACL on buckets. Actually, I set the A...
4
Solved
This question came up while designing a dedicated ACL system for a custom application, but I think it applies to ACL systems in general, as I haven't found out how to tackle this problem by looking...
Pitchstone asked 13/9, 2011 at 13:57
1
Solved
I'm currently integrating springs-security into our new web application stack. We will need to be able to grant permissions for a user or role to access a specific object or all objects of a certai...
Violaviolable asked 20/9, 2011 at 7:58
1
Solved
Can anyone point me in the right direction for managing read permissions for certificates from the command line? I'm scripting our certificate installation, and need to allow NetworkService to acce...
Jovitta asked 31/8, 2011 at 10:36
1
I started to learn Symfony 2 this weekend. I faced no problem, as the framework is well documented in my opinion.
I'm using FOSUserBundle package for ACL. I'm wondering if it's possible to make it...
Villada asked 9/8, 2011 at 20:36
1
Solved
I'm deploying a web application to my host using Web Deploy. When run from Visual Studio using the Publish command it works fine. When I try to deploy using web deploy from MSBuild the website beco...
1
After reading the man page of getfacl / setfacl I could not find an obvious/robust/elegant method to check whether acl is enabled for a given path in (ba)sh.
Any suggestions?
2
Solved
I've developed a small yet effective MVC-style framework for use in an application, and I'm implementing an ACL per-request check.
Quick details: PHP 5.3+; MySQL 5.1+; Custom framework, "MVC-like"...
Existent asked 25/5, 2011 at 22:9
3
Solved
I want to create a schema for a ACL; however, I'm torn between a couple of ways of implementing it.
I am pretty sure I don't want to deal with cascading permissions as that leads to a lot of confu...
© 2022 - 2024 — McMap. All rights reserved.