acl Questions

1

Solved

Can you tell what does it mean ace_order column in the table acl_entry? I know that it must be unique for the same acl_object_identity, but I don't know meaning of this column.
Earldom asked 17/9, 2013 at 18:19

1

Solved

I need to restrict method execution with specific parameters. F.e. some seller can create bill for customer id=1 but can't for customer id=2. Is it possible implement in spring security or I should...
Digestible asked 12/9, 2013 at 12:59

3

I'm trying to post to s3, but get back an error of this: <Error> <Code>InvalidArgument</Code> <Message>Conflicting query string parameters: acl, policy</Message> ...
Resurrect asked 11/1, 2012 at 18:0

1

I'm busy with a Symfony2 application that needs some ACL permissions. I'm a newbie with Symfony2, so not sure if i'm looking at this the right way. I have multiple clients, each with multiple acc...
Roath asked 28/8, 2012 at 20:44

0

I'm having an issue where I need my users to be able to run my application without administrator rights, but at the same time, I need NLog to be able to create it's log files, which it needs admini...
Sp asked 10/7, 2013 at 20:23

1

I'm using Symfony Security/ACL component to check permissions of a group of "random" users for a given domain object. $article = ...; // domain object $users = ...; // array of users $oid = Objec...
Clinton asked 9/12, 2012 at 23:24

2

Solved

If I have a JavaScript front end application, what is the best/common practice to handle permissions/ACL. For example, I want to show/hide some elements etc. Of course, its not secure, but still on...
Peephole asked 15/6, 2013 at 3:14

2

Solved

I have a web app (actually Orchard CMS) that I am customizing and I want to push directl from my build server to my hosting provider, using Web Publishing aka MSDeploy. The problem is, when I publi...
Masochism asked 27/5, 2013 at 23:57

2

Solved

Hi and thank you for any help. I am only at the very beginning of configuring my code to handle rotation: I have implemented onDestroy(), but not yet any onSaveInstanceState() or onRetainNonConfig...

1

Is there a Rails ACL plugin/gem that uses MPTT (Modified Preorder Tree Traversal) as the technique to administer permissions? I'm looking for ACL that will allow me to create roles, assign users t...
Mudslinging asked 1/11, 2011 at 16:9

2

Solved

I'm using cp.exe from Cygwin to copy files in Windows 7. Unfortunately, when I do the permissions of the file change. I've tried using: cp --preserve=all But that doesn't work either, and...
Battology asked 7/12, 2011 at 19:11

0

When doing a conversion from a SID to an NTAccount, I use the following code: DirectorySecurity folder_sec = Directory.GetAccessControl("c:\\test", AccessControlSections.All); AuthorizationRuleCol...
Hypochlorite asked 6/2, 2013 at 13:27

2

Solved

What is the difference between using AuthComponent::allowedActions and AuthComponent::allow? When I Google, I see the majority of examples and documents using or talking about allow(), but only a f...
Capable asked 24/4, 2010 at 16:53

2

Solved

I have coded a page which displays all administrators of the system. What I want to do is customize my query so that it would exclude the currently authenticated user from the list. Now I know I ca...
Pederast asked 7/12, 2012 at 0:36

2

Solved

Is it possible to change the ACLs of Google Cloud Storage objects(or buckets) using the appengine Api? I understand that this can be done using the REST API, but is there support for this in the Fi...
Contemptible asked 28/11, 2012 at 23:4

1

Solved

I am about to implement access control in my ZF2 project. I am checking both RBAC and ACL. Which one would be best suited over the other? and why? And which one would be supported well by Ze...
Thomasthomasa asked 9/11, 2012 at 4:20

0

I was doing some experimentation with integrity levels and icacls on Windows 7. I set mandatory integrity levels, so that I get something that looks like this: C:\Debug>icacls test.exe test.exe...
Tumbling asked 30/10, 2012 at 18:10

2

Solved

Our application uses multiple ways for authorizing access to a given resource. Although it's working, it's messy and... well, it doesn't seem right. 1) Role-based authorization We have well defined...
Rossman asked 27/3, 2012 at 17:49

2

Solved

I've defined a custom menu item for the Magento admin interface with several sub items. This works quite well as expected when a user with an admin role is logged into the admin interface. The ad...
Spile asked 4/10, 2012 at 19:29

9

Solved

I'm looking for some input on how others would architect this. I'm going to provide class (django group) based views. For example, a user's group will determine what views/templates he or she wil...
Suasion asked 10/10, 2009 at 0:29

2

Solved

I have application in Symfony2 with 2 roles: ROLE_ADMIN and ROLE_PARTNER. Also I have some public pages. All public pages starts with URL "/public/". I want to protect all application excluded thes...
Prolate asked 3/9, 2012 at 14:27

3

I've been working with Symfony (2.x) for the first time and I had some questions regarding the definition of roles, role hierarchy, and how they can be assigned to individual users. I was interest...
Coquetry asked 18/11, 2011 at 6:59

2

Solved

NOTE: This is a complete re-write of this question. I'd previously conflated some ACL issues with the problem I'm hunting, which is probably why there were no answers. I have a windows service tha...
Spinnaker asked 11/9, 2009 at 18:41

2

I'm looking for a role-based framework/module/package for an app written in Python (2.7) running on Google App Engine. With role-based I mean a mechanism that would allow me to check (during a req...
Libertinage asked 13/3, 2012 at 19:4

1

Solved

Is there an ACL abstraction layer available in .net? I have seen some "best practices" documents but no good base implementation. What about the System.Security.AccessControl? Is this a good starti...
Unloosen asked 28/7, 2011 at 19:17

© 2022 - 2024 — McMap. All rights reserved.