0
votes
1answer
26 views
How should I structure my database for an ACL type system?
I am creating an application (using the Zend Framework) that will involve some sort of database driven ACL system. However, I'm having trouble visualizing how to create the databas …
0
votes
2answers
52 views
ERROR_BAD_INHERITANCE_ACL from SetNamedSecurityInfo?
What does ERROR_BAD_INHERITANCE_ACL returned from SetNamedSecurityInfo imply? In this case I'm adding a user to a directory's ACL. I've looked at the directory in question and it …
0
votes
2answers
53 views
Hide Drupal nodes from search.
I made a private section on a drupal site by writing a module that checks the RERQUEST_URI for the section as well as user role. The issue I am running into now is how to prevent …
0
votes
1answer
13 views
how do you make use of AclExtension and mercurial-server/hg-ssh?
mercurial-server manages user database under keys folder. Users and groups are represented by files and folders.
AclExtension relies on linux user group through ssh.
they don't …
0
votes
3answers
44 views
how to set exclusive permissions on a SharePoint document library?
I have a requirement to lock down access to a SharePoint library: Only users that belong to all the groups associated with the library should have read access; others should not be …
0
votes
2answers
40 views
Access control lists
I've been reading up on (Role-Based) Access Control Lists for an upcoming project and am having some troubles figuring out how it will work for me.
In the examples I've seen, they …
0
votes
1answer
62 views
How do you do Access Control in C#?
How do you do Business-logic level access control in C#? I started tinkering with a simple system last night that lives inside LINQ objects, but I realized that I'd never seen a p …
0
votes
1answer
16 views
HTTP Error 401.3 on created .gz file
Hi,
I have method to compress file with GZip:
public static void CompressFile(string filePath)
{
string compressedFilePath = Path.GetTempFileName();
using (FileStrea …
1
vote
3answers
56 views
Access Control List Best Practices - ACL - Setting Negative Roles for Users who Attack a Site
CONTEXT
I have just been reading about Zend ACL
http://framework.zend.com/manual/en/zend.acl.html
QUESTION
I'm running three Zend applications on one server.
My Front End App
…
1
vote
1answer
35 views
ASP.NET & IIS7 : losing access rights all of a sudden …
I'm working locally on an ASP.NET website under Windows 7, and I experience stange behaviours sometimes ...
I've been working several days with several Visual Studio opened, worki …
2
votes
2answers
1k views
Recommend a PHP ACL class?
In reference to my other question, I'm looking for a good php-based ACL class that I can integrate into ExpressionEngine to get better support for member access control.
So far I' …
4
votes
7answers
208 views
Django role based views?
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/templa …
0
votes
1answer
43 views
Zend_Acl not working as advertised.
I have a large implementation of Zend_Acl and the deny function is not working as expected. It is not inheriting properly and I have unresolved conflicts with groups.
Before I get …
0
votes
1answer
28 views
advice for structure and user access
Ok so I have acl9 in place and functioning, and my app structure thus far:
Regions (which have) Locations (which have sales). Sales aren't important, basically just posts which wi …
0
votes
1answer
84 views
ACL for a network device
Hi,
I need to implement ACL based authentication mechanism for a device. This device can be accessed through various interfaces like web pages, TL1 (basically through some command …
