0
votes
0answers
2 views
Sitemap webpart based on user permissions using object model
Hi All,
I have requirement to create a custom sitemap webpart. The webpart should have a misc field in the edit pane where we could set the number of tiers or levels of childnodes.
Here the sites in …
0
votes
1answer
16 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 …
0
votes
1answer
17 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
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
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 …
1
vote
1answer
29 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
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
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
4answers
67 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
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
0answers
11 views
can’t load_file data in the mysql directory
I'm running as mysql root user on my system.
I can select load_file('/etc/passwd'); no problem
But when I try to select load_file('/var/lib/mysql/mysql'); I get NULL as a result
why? this file is …
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
3answers
64 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 …
0
votes
0answers
22 views
Is there a standard permissions scheme for web server directories?
I have built many web sites and have used a few different ways of setting the permissions on my folders.
I would like to know if there is a definitive configuration for web server directories.
I …
2
votes
5answers
88 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.
