acl Questions
1
Taking the Zend_ACL as my example, I'm wondering how this should be organized for a project. Sure the example is all nice and neat, but a real site is much more complex.
$acl = new Zend_Acl();
$a...
Teller asked 3/5, 2011 at 16:49
1
Solved
I have a pyramid project using the formalchemy admin interface. I added the basic ACL authentication and the pyramid_formalchemy plugin always denys even though I am authenticated.
Any thoughts on...
Cervix asked 15/4, 2011 at 0:45
2
What's the best way to implement ACL in CodeIgniter?
DB based roles, groups, user persmissions?
Create a library?
Here is what we're working with:
Articles, Authors
There are two types ...
Matty asked 5/4, 2011 at 17:58
2
Can some one guide me for typical implementation example of ACL. Like 'admin' can access 'admin' module, 'user' can access 'user module', and guest can access 'open' pages.
Callida asked 6/3, 2011 at 9:18
2
Solved
I already wrote a code which can create a share and change permissions for the current user. The goal was to always allow all for everybody on share level and deny rights on ntfs acl level.
...
3
Solved
So I am making a small site using cakephp, and my ACL is set up so that every time a piece of content is created, an ACL rule is created to link the owner of the piece of content to the actual cont...
2
Solved
My RealEstate PHP Application have following user groups,
Admins,
Moderators
Agents
i want to specify following permission to the following users.
Admins - >
Can Create Moderators,
Can Create ...
Linin asked 11/12, 2010 at 7:10
2
I used Java EE 6 with Glassfish v3.0.1, and I wonder if Java EE security model support ACL, and if so how fine-grained is it get?
EDITED
I implement Security using jdbc realm via glassfish v3, tha...
Shirty asked 30/8, 2010 at 22:26
0
I'm coding a zend framework application using the the standard mvc paradigm with an added service layer to take care of application/business logic. It seems quite popular to put your access control...
Marylandmarylee asked 17/8, 2010 at 22:15
4
Solved
I've spent some time casually mulling over ACLs in my head. I can see the real benefit of ACLs and their flexibility. But I have some serious concerns when it comes to implementing ACLs for a proje...
1
1
I am wondering if there is a way to check a users permissions against an ACL in c#. I am building a large system that is going to use active directory for authentication and I would like to use as ...
1
Solved
What are the cakePHP usages/meanings of the model, lft, and rght fields in a acos table?
Similarly, what are the usages/meanings of the lft and rght fields in a aros table?
Elohim asked 24/4, 2010 at 17:20
2
Solved
We are planning to implement ACL on our Linux platform.
Only one particular group is going to come under ACL.
This group would have at the max 20 users.
All of the restrictions would be at director...
Junket asked 2/3, 2010 at 16:5
2
Solved
I'm building an application for which I want to use roles managment applicable to individual pages. That is, restrict users' access to pages based on their roles. These roles are stored into the da...
Partisan asked 20/2, 2010 at 12:5
1
Solved
Can anyone suggest a scalable design pattern for implementing access control on Photos and Albums, each with individual privacy settings (i.e. owner, group member, public)?
I'm using CakePHP, and...
Repellent asked 8/2, 2010 at 7:5
3
Solved
I want to use Spring Security to manage user, group and permissions.
I want to use ACL to secure my domain objects but I can't find a way to assign a group to an acl.
For example:
I've got users ...
Helbonnas asked 17/12, 2009 at 10:57
7
Solved
I might propose migrating away from VSS due to its inability to grant and deny permissions at the file level. The question is what source control systems allow this.
Update
I am marking the SVN an...
Bushey asked 13/6, 2009 at 23:37
4
Solved
I've been thinking about the web app I'm about to begin developing and wondering whether my usual approach could be improved.
In my last few apps I've created a table (see below) of roles (s...
Landeros asked 13/2, 2009 at 16:34
1
Solved
As the question title might suggest, I would very much like to know of the way to check the ntfs permissions of the given file or folder (hint: those are the ones you see in the "security" tab). Ba...
Gritty asked 22/5, 2009 at 6:48
1
Solved
Our app uses a component that requires a license file in the directory with our executable, which happens to be a .NET WinForms app though I think it is immaterial to this question. When installed ...
Julienne asked 8/5, 2009 at 12:42
2
Solved
I work on a thick-client app that often runs into "issues" accessing network shares. Before doing any IO with the server, my app tests whether the share (usually of the form \\server\share$) exists...
3
Solved
I just wanted to compare different solutions used when implementing ACLs in Rails.
Boondoggle asked 22/9, 2008 at 23:40
1
Solved
I'm struggling to implement ACL in CakePHP. After reading the documentation in the cake manual as well as several other tutorials, blog posts etc, I found Aran Johnson's excellent tutorial which ha...
Hydrastinine asked 10/9, 2008 at 14:39
© 2022 - 2024 — McMap. All rights reserved.