Questions tagged [user-permissions]

419 questions
0
votes
0 answers

Open LiteSpeed permission problems

I recently moved to open litespeed from apache and i can no longer create files. When i do a file_put_contents i get permission errors. lsphp and litespeed both run under user nobody. Doing a chmod and changing permissions from 750 to 770 solves…
0
votes
0 answers

Windows 2008 Permission Issue: One User Can Open PDF Document And Another Cannot

I don't really know if this is the correct place to ask this. We have a Citrix Application that is hosted by a Customer at their company. A portion of the Application opens a PDF Document so that other PDF Documents can be attached to it. When one…
0
votes
2 answers

What the permission required to view all the permissions on a given database?

What permission can grant the right to view all the permissions on a given database? In my current context, the support team of a piece of software need to be able to investigate the cause of permission problems, without being allowed to modify the…
Tipx
  • 123
  • 3
0
votes
1 answer

Linux CentOS: A server throws weird error messages, can you speculate why?

There's a server in my company which is part of the production environment. On the server there's an ActiveMQ server running. I logged into the Active-MQ UI and tried to create a new queue. When I did, I got this message: HTTP ERROR:…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
2 answers

directorylevel permission through amazon IAM

i have amazon ec2 instance running, i read about amazon IAM but not able to figure out how can i achieve this thing. My problem is i have many directory created in my ec2 instance, so let's say i want to create IAM user and i want to give permission…
0
votes
2 answers

Allow mysql user to be used just by specified user

Currently any system user can run: systemuser$ mysql -u mysqluser -p (assuming he knows the password). Is there a way to deny mysql (cli) to use particular mysql user? eg. systemuser$ mysql -u mysqluser -p'validmypass' (success) otheruser$ …
Sfisioza
  • 592
  • 2
  • 8
  • 18
0
votes
1 answer

Password less mysql access to specified user/script only

In addition to this question: Performing root mysql operations in bash scripts I'd like to ask how to limit/allow this action (performing root administrative actions): mysql --local-path=mypath -e "CREATE..." to be used just in one bash script.…
Sfisioza
  • 592
  • 2
  • 8
  • 18
0
votes
0 answers

Member of a group cannot access a WS2008 network share

A Windows 8.1 user cannot access one specfic network share on a windows 2008 R2 server. Windows cannot access \\COMPUTERNAME\Users You do not have permission to access \\COMPUTERNAME\Users. Contact your network administrator to request…
0
votes
1 answer

Is it possible to restart a server without access to its SSL key?

I'm given a server (with root access) by a tech department to run a web-app app on some sub-domain. But the app requires authenification. So I requested the SSL key for the domain. The tech squad is reluctant to give me the key -- this is…
Adobe
  • 119
  • 7
0
votes
2 answers

Domain user still able to view view.list folder even though permission is set to Deny

I have AD on my server , I have specific user group are set to deny(List Folder) for certain folder, but the user still have visible of the folder in the server even they do not have permission to access it, what I want to archive is user without…
0
votes
1 answer

Including default files and folders in User's home directory

I'm using ubuntu server 14.04. I want to include some default files and folders in home directory for every user, whenever a new user account is created. How to make this. Can anyone help me in this. Thanks in advance.
0
votes
1 answer

Replace the user for windows permissions

I reinstalled a server which had a secondary hard drive attached. Before I had folders that gave certain users permissions, but now they are messed up because the original user doesn't exist anymore after the reinstall. The permissions are now…
Roger Far
  • 341
  • 1
  • 5
  • 17
0
votes
1 answer

How do I apply NTFS permissions to protect user profiles?

I want to set NTFS permissions on a users home directory so that one user cannot access another users home directory. How do I go about doing that? I need to be able to apply this to hundreds of users at once. It would be great to be able to batch…
0
votes
0 answers

Command to add permissions to user under ESXi 4.1 via console

So I don't have to give them the password for the root account, wich is shared with other services, I need to add administrator rules to another user in several (30+) ESXi 4.1.0 servers. Creating the user isn't very complicated, but giving him the…
mveroone
  • 474
  • 7
  • 22
0
votes
3 answers

make files on network shares undeletable

I am trying to make it so non administrator users cannot delete files on network shares. I've setup my NTFS permissions to do this and all seems to be working except when a user goes to save a new file onto the shared drive it throws an error…