0
votes
2answers
32 views
python permission error
I have a file a.txt in Mac OS, which has write perms to everybody:
sh-3.2# ls -hal a.txt
-rw-rw-rw- 1 root wheel 0B Dec 8 11:34 a.txt
sh-3.2# pwd
/var/root
however in python it gives me an …
0
votes
1answer
19 views
Showing/Hiding Links in an ASP.Net MVC View
I'm trying to figure out how to show/hide links for users based on their roles. I know how to set the authorize attribute for an action method, but I'm having trouble making links show hide in a view …
0
votes
1answer
18 views
Get domain groups for a specified user and permissions for a specified file using .Net
I want to return a list of group memberships for a specific domain user. Something like...
string[] UserGroups(string domain, string domainUserName)
{
// query domain info
// return a list …
1
vote
1answer
35 views
IIS7 Failed to grant minimum permission requests
I get this error when I'm using FileHelpers.dll, but my IIS is set to Full trust level so it should not be that way
That's the full stack trace:
[PolicyException: Required permissions cannot be …
0
votes
1answer
16 views
ASP.NET Roles and Permissions
I'm using the ASP.NET/C# Login control and that entire authentication and authorization system.
I set up the roles and have users go to certain pages when they log into the system dependent on their …
0
votes
2answers
16 views
direct GET works. image load does not
Ok, this is funny. I just installed a wordpress, and the images are not appearing. Firebug tells me I get a 403 forbidden error for all the images. However, if I copy and paste the url into the …
0
votes
3answers
65 views
Prevent Access to Custom Web Application Pages by Non-Admin Users in SharePoint
Hi,
I have a custom web application that integrates with a SharePoint (MOSS 2007) solution. I would like to add role-based access to pages in this custom web application, with only users in a …
2
votes
5answers
90 views
Can the Unix list command ‘ls’ output numerical chmod permissions?
Is it possible when listing a directory to view numerical unix permissions such as 644 rather than the symbolic output -rw-rw-r--
Thanks.
0
votes
2answers
51 views
php won’t include an existing file: permission denied
You will laugh if you read to the end of this :) This is now driving me nuts - can't get php to include an existing file with proper permissions set etc.
I have test.php file and "lib/tools.php" …
1
vote
1answer
35 views
django admin permissions - can edit user but can’t edit his permissons - how to do it?
I gave the editors such permissions:
auth | user | can add/change user - ON
auth | permissions | can add/change permissions - OFF
Still, when editing, they can change their permissions (and allow …
0
votes
4answers
70 views
how to find the owner of a file or directory in python
I need a function or method in Python to find the owner of a file or directory?
the function should be link
find_owner("/home/somedir/somefile")
owner3
1
vote
2answers
26 views
Resources of designing a website permission scheme
I am developing a site that needs an access permissioning scheme. I am uncertain how I want to structure the scheme, and I am having a hard time finding good resources on determining not just how to …
0
votes
2answers
64 views
Dial Number Without Prompt
I'm trying to write a function for the Android Platform that will allow me to call 911 without any sort of prompt. I have already added the permission "android.permission.CALL_PRIVILEGED" I just need …
0
votes
1answer
43 views
Different Layouts in IE8 on Different Web Servers
Last night, I experienced a strange behavior in IE8 as I saw two noticeably different layouts of a page that's being hosted on separate servers. On my local web server, the header markup looked as …
0
votes
2answers
19 views
Question regarding executing context for a Windows Service
Hi, I have written a windows service in c# that essentially listens for commands on a specific port and in most cases will create a new Process class and shell execute said task.
I primarily want to …
