Questions tagged [user-permissions]
419 questions
0
votes
1 answer
How to fix permissions on a linux webserver
Short version : i can't upload images using php and i have no idea how to fix the permissions issue
Details :
I've been using a vps for around three years now
I set it up to run Sendy (a little newsletter/emailing script)
It is running debian 7
I…

NSTK
- 1
- 1
0
votes
1 answer
SeBackupPrivilege, but cannot read all files
I am trying to read full directories independent of the current file-permissions. But even though I do have "SeBackupPrivilege", the following code leads to an "UnauthorizedAccessException". How can this be?
//Create the test-directory.
string…

Andreas
- 393
- 5
- 11
0
votes
1 answer
Is it possible to disable new bluetooth connections for non-admin accounts(Windows 10)?
I can disable bluetooth entirely, but I want the previously attached bluetooth keyboard & mouse to continue working, but the guest/non-admin users unable to pair new devices. I looked at stopping Bluetooth Support Service, but that looks like it…
0
votes
1 answer
Which user permissions are needed for accessing (read) operational attributes in openldap
I'm configuring at the moment a openldap server. For defining user permissions I use a ldif file. For checking the permissions and to see if all works like expected I use the Apache Directory Studio.
One requirement for the user permissions is, that…

Onsokumaru
- 113
- 1
- 1
- 8
0
votes
1 answer
Folder shared with Full Control, yet is Read-only for client
Server is Win 2008r2, non-domain.
Client is Windows 7.
User XYZ on client has matching account on server in group Users.
Credentials for server account for XYZ are stored in credential manager on client.
Server has Drive X: and the entire drive…

tim11g
- 425
- 5
- 11
- 21
0
votes
1 answer
How to manage custom application specific permissions in AD?
We are planning to let our customers of our software configure users and their permissions entirely in Active Directory.
Once a AD-user is member of the AD-group "SoftwareXyz" he can log in and use our software.
I've seen other software products…

OneWorld
- 101
- 1
0
votes
1 answer
PHP creates files as root user instead of nginx
I've set up a new server on Debian Stretch.
The web server user is nginx:
ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1
nginx
I have already set the web server path to 775 and nginx…

Asa Carter
- 249
- 1
- 3
- 15
0
votes
1 answer
Setting up proftpd/users for User Perivate Groups
I am using User Private Groups on a CentOS7 server and I can't seem to get things quite working.
Firstly the standard users seen to have a mask of 0022 and I am fairly sure it should be 002 for UPG.
The user has /bin/sh set in its /etc/password and…

Ben Edwards
- 341
- 4
- 13
0
votes
1 answer
How to remove at job generated by www-data with another Linux user
Script executed by www-data creates an at job.
Afterwards, normal Linux user cannot remove this job (atrm) because "Not owner".
How can this be achieved?

Uxio
- 1
0
votes
1 answer
PHP 7 FPM checkconf is throwing invalid user: ‘www-data:www-data’, but I'm not using a www-data user
I'm using a different user for my web services. Screw convention.
I don't have www-data set in any php config files:
$ grep -rnw /etc -e 'www-data'
$
But I'm still getting this error:
$ journalctl -u php7.0-fpm
php7.0-fpm-checkconf[19642]:…

ki9
- 1,243
- 1
- 13
- 19
0
votes
0 answers
Use default `ubuntu` user to deploy an app or make separate users?
I have a Ruby on Rails app and use Capistrano to deploy it to the server.
The deploy user and the user running the app is the same - the default ubuntu user. (this has sudo access: ubuntu ALL=(ALL) NOPASSWD:ALL)
Maybe this setup is a bit insecure,…

Zabba
- 231
- 2
- 4
0
votes
1 answer
Restrict domain admins from joining servers to domain.
I work for a large company that has acquired multiple additional sites over the last 5 years. We're fully integrated these sites into our corporate site. The problem I'm running into now is, most of the sites have a local admin, and these admins…

Brum
- 53
- 6
0
votes
0 answers
How to remotly validate an installation for a basic user?
We have 10 PC on the network and we don't have ActiveDirectory.
Actually, every time than a user (they aren't admin on their computer) want to install a software, I use TeamViewer to access the computer and install the application manually with the…

Efefu
- 1
0
votes
1 answer
Why does rsync+cron fail with opendir permission denied?
I am trying to make a nightly offsite backup using rsync. There is a folder /media/raid1/backup that is to be uploaded to a different server every night using a cron job running as the user server_sync which exists on both boxes.
This is the rsync…

RenWal
- 21
- 5
0
votes
1 answer
Unable to remove security group from OU advance permission due to inheritance + Active directory 2012
I am trying to remove one of the security group which has inherit permission on one of my OU in Active Directory.
When i click on remove i get the message " You cant remove xxx group (Domian\xxxgroup) because this object if inheriting permissions…