1
vote
1answer
25 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 …
1
vote
4answers
283 views
Prevent site deletion
In our Sharepoint implementation users have been granted site collection admin rights. On a few occasions they've managed to delete a subsite or even the entire site collection. I'd like to be able to …
0
votes
2answers
58 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 …
1
vote
2answers
27 views
Limited user premissions in team foundation server
Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?
0
votes
0answers
32 views
Noob Question: IIS7, how do I add myself as a user? [closed]
Hi guys, I'm using the Windows 7 evaluation version, and I just setup the IIS7 Server by going into the Add/Remove Programs section and adding IIS. I'm trying to play with ASP a little bit and learn …
0
votes
0answers
26 views
Preventing access to a directory for a specific group [closed]
I'm running a competition as part of a class on web application development. I need to prevent one user group from accessing the other user group's work directory and vice versa.
I know I'll be …
0
votes
0answers
104 views
How to set the default file permissions on ALL newly created files in linux [closed]
My question is similar to this:
http://stackoverflow.com/questions/228534/linux-default-file-permission
but there is no scp/ftp client involved and that question looks abandoned. Simply put: I want …
0
votes
0answers
91 views
Proper setup of user permissions for OpenSSH on Windows? [closed]
I am trying to setup OpenSSH on Windows to provide SFTP sites. I am running into some problems with user security settings.
Here are the basic steps I've gone through to create a user:
Create a …
0
votes
0answers
9 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
1answer
212 views
SQL Permissions / Securables - Can I give permissions to a “Select” from a View that uses another View that doesn’t have permission granted?
Here's my scenario...
SQL Role
Staff_User
Scheme
People
Tables
People.Persons
People.PhoneNumbers
Views
People.vtPersons -
The vtPersons view filters the data from the Persons table …
1
vote
1answer
9 views
what user I should run my nginx or php-fpm processes
Ok. Im little bit confused about those permissions in linux so please people help me out. The trouble is that I dont want to run server as root, so I created another user with sudo privileges so he …
0
votes
0answers
20 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 …
0
votes
7answers
514 views
C# Test if user has write access to a folder
I need to test if a user can write to a folder before actaully attempting to do so.
I've implemented the following method (in C# 2.0) that attempts to retrieve the security permissions for the …
1
vote
3answers
132 views
Is there a file-based equivalent to .htaccess in IIS6? (not config/plugin)
There are lots of similar questions to this, but they all seem to involve either configuring permissions or installing a plugin.
I'm looking for a solution that is "dumb" - i.e. to allow the code to …
1
vote
6answers
181 views
How can you prevent direct browsing to an image in a web directory?
I'm creating an image gallery site that you have to log in to access. The site will use sessions to keep track of usernames and passwords. Logged in users will be able to search for images and see …
