1
vote
3answers
52 views
Drupal section accessible by role.
I need to limit access of content on Drupal site based on the Drupal User's Role.
http://site.com/managers/intro
http://site.com/managers/reviews
http://site.com/managers/up-fo …
1
vote
3answers
48 views
Security framework for java with object granularity
I am looking for a security framework for Java web application with Object granularity.
What it means is that I don't just want to filter by urls or by roles, but by specific use …
3
votes
2answers
45 views
Granular Database Record Access Rights (e.g. Group “X” & Individual “Smith” can view Record Z)
I have records (Contacts, Addresses etc.) which should be accessible to any of the following (incl. combinations, e.g. 2 groups and 4 individuals):
Everybody
Members of multiple …
1
vote
3answers
150 views
C#: How to check if I can read and/or delete a directory
I loop through a bunch of directories recursively. Some of them (like D:\$RECYCLE.BIN\S-1-5-20) give me a System.UnauthorizedAccessException. I suppose that I can just catch it and …
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 …
3
votes
2answers
109 views
Fine-grained access control problem - any ideas?
Hi folks, it's my first post, so be gentle!
I'm familiar with a whole bunch of ways to authenticate users for the web-based administration application we're developing, and even v …
3
votes
1answer
83 views
subversion prevent listing of a repository in folder with SVNParentPath
Hello,
I have several repositories setuped on my domain at:
svn.domain.com
and i have it so it will list the repos by the SVNParentPath configuration.
And now i would like to cre …
0
votes
1answer
258 views
On Windows, who is in the Everyone and Authenticated Users groups?
My application uses a Named Pipe to do IPC. What access control should I place on it, to provide broad local only access?
The pipe is created by the .net 2.0 remoting protocol, an …
6
votes
7answers
2k views
Role Based Access Control in PHP
Are there any open source PHP-based role-based access control system that can be used for a codeigniter framework?
0
votes
1answer
22 views
Permission Denied Error - SQL 2000
While executing multple update statements on a particular table simultaneosly, I am getting an error - Permission Denied. Previously, the same was working perfectly. What could be …
1
vote
1answer
144 views
Accessing DCOM Security with System.Security.AccessControl possible?
I know that the DCOM topic has been discussed a couple of times already. However, I am not satisfied with the solutions that are available (yet). This is why I start a new question …
3
votes
5answers
201 views
How to setup a git repository where different users can only see certain parts?
How do you setup a git repository where some users can see certain parts of the source code and other users can see all of it? I've seen lots of guides for only giving certain user …
1
vote
3answers
329 views
Blackberry permissions — what does “trusted application status” refer to?
For some device users, on startup they are presented with the following permissions dialog
"Would you like to grant AppX trusted application status?"
The user says yes and th …
2
votes
2answers
169 views
SharePoint 2003 - deny access using web.config
As all you know, Sharepoint 2003 has simple access rights privilages. You can only grant rights (Reader, Contributor, Administrator) but unfortunatelly you can not deny access. So, …
0
votes
2answers
124 views
Limit execution of a php-page to requests made from a certain ip-range
I have a PHP page I need to limit execution access of
to only clients inside our firewall.
How would I write a php-script that can look up the clients
ip-address and match it to …
