acl Questions
1
Solved
I'm trying to create a permission that requires that the user has role A or role B.
According to Python Flask Principal documentation, the following line creates a permission that requires the use...
Fistulous asked 7/4, 2015 at 20:6
1
Solved
I have a shared network location for all users saving files. All users have full access to this location.
Is that possible to find out WHO made the last change to a file or folder by Powershell or...
Gossipy asked 7/4, 2015 at 13:13
1
Solved
I'd like to implement a database-driven access control system. I've been reading about ACL, roles, RBAC, etc., but it seems like the most common schemes have some major drawbacks. RBAC, for example...
Aracelyaraceous asked 4/3, 2015 at 16:47
5
Solved
I have been following this guide to load my menu configuration and i think it is very nice and clean way to load the menu.
My question is simple, is there a way to load your ACL configuration on t...
Regulable asked 18/11, 2012 at 8:33
1
In my Rails app I save customer RMA shipping labels to an S3 bucket on creation. I just updated to V2 of the aws-sdk gem, and now my code for setting the ACL doesn't work.
Code that worked in V1.X...
Silverside asked 18/2, 2015 at 18:58
3
Solved
I have read about Spring ACL but it does not seem to be very competent. For example:
No way to list all objects of type X with permission Y
No way to automatically create the schemas for ne...
Evesham asked 20/10, 2010 at 9:40
3
Solved
I have Sonata Admin set up with ACLs. I have different users, groups and permissions which work fine. To achieve this, i followed the Sonata Admin documentation on ACLs.
So here is my question: Wh...
Helices asked 30/11, 2012 at 16:12
2
Using Get-Acl I am trying to get the access rights on a folder. The thing is, for some groups I get a number instead of a access type. Example below:
get-acl "C:\TestFolder" | % {$_.access}
FileSy...
Undersheriff asked 19/1, 2015 at 17:0
2
Solved
I am building system and trying to decide between Voters and ACL. What I need to achieve is there should be users with different roles to access object properties, for example: A regular authentica...
1
Solved
I'm building a rather complex web application with Java / Spring and at least 2 different databases:
RDBMS for main data
MongoDB for files (via GridFS) and other data CLOBs/JSON/etc.
The next s...
Rosio asked 12/7, 2014 at 7:52
1
I use the following command to allow listening of specific HTTP ports:
netsh http add urlacl url=http://+:[port]/ user=DOMAIN\UserName
But if I need to open a range of ports, can I setup a singl...
Bari asked 17/7, 2014 at 12:8
2
Solved
I'm a bit disconcerted by the way access control lists are implemented in Symfony2.
In Zend Framework (versions 1 & 2), a list of resources and a list of roles are defined and each role is ass...
1
Solved
I've pulled in cartalyst/sentinel and i've run the migrations required to generate the tables
php artisan migrate --package=cartalyst/sentinel
I notice that these are the columns available in th...
Hearty asked 1/10, 2014 at 2:59
3
Solved
I am currently working on a site that requires ACL and as I am using Zend, it makes sense for me to make use of their ACL class but I have little to zero idea of how to do this. I have read the doc...
Undersheriff asked 13/2, 2009 at 12:7
3
What I'm trying to achieve is the following:
coworkers are in group @coworkers,
clients are in group @clients.
The Git repo shall be available to read and write for everyone, but there shall be sp...
2
Solved
Being new to Cypher and Neo4j, I am having trouble constructing my query for my use-case. I am building a simple ACL (access control list) and am looking for a path through permission relationships...
3
Solved
when I run init:acl in symfony2.0
I got this error, anyone knows how to fix it!
You have requested a non-existent service "security.acl.dbal.connection"
4
Solved
I fired up a sample application that uses Amazon S3 for image hosting. I managed to coax it into working. The application is hosted at github.com. The application lets you create users with a profi...
4
I've got a problem with class-scope aces. I've created an ace for a
class like this :
$userIdentity = UserSecurityIdentity::fromAccount($user);
$classIdentity = new ObjectIdentity('some_identifier...
3
Solved
I have been looking at the sqlalchemy recipes on their wiki, but don't know which one is best to implement what I am trying to do.
Every row on in my tables have an user_id associated with it. Rig...
Agenesis asked 21/5, 2010 at 20:41
2
Solved
I'm trying to figure out why I can't set multiple user providers into a single provider.
Currently I'm configuring ACL. For the user providers I want to have a couple of "hard-coded" users and use...
3
Solved
Let's say we have 3 main roles that are directly bound to the database table user: ROLE_USER, ROLE_MODERATOR and ROLE_ADMIN.
BUT, we also got some other roles, which are used for the Crews compone...
1
I'm writing an application that is used to search through folders for their permissions and return details such as Rights (eg Full Control, Read), AccessControlType (eg Allow, Deny) and Apply To in...
Leoraleos asked 29/11, 2013 at 12:2
0
I'm about to develop a access control scheme for my new app, and because:
this app will be deployed on azure
I have managed not to use SQL so far
table storage is cheaper
table storage performanc...
Introit asked 21/10, 2013 at 13:57
2
We are currently developing a project management software. And we are having trouble deciding on the correct approach to implement security. We have looked at both ACL and RBAC and are already pret...
Kiddush asked 27/11, 2012 at 9:10
© 2022 - 2024 — McMap. All rights reserved.