Rights granted to a user for a particular entity instance.
Questions tagged [access-rights]
266 questions
-1
votes
2 answers
Loop to replace c:\, d:\ ... z:\ with \\servername\c$\
I'm actually trying to build some code to identify rights on shared folders in every single server I've got in my enterprise.
For now, I've already listed every single server and exported it in a .txt file, did a loop on this .txt to export in an…

JahSam
- 46
- 5
-1
votes
1 answer
Show/Hide options in dropdown menu according to user privilege
I have two type of users in my site. Admins and Users.
Those are stored in the table user under the name of kind.
With this I can validate the login session:
…

Josue Marin
- 97
- 7
-1
votes
1 answer
How do I read/change the registry values that another windows service created?
So basically I have a service which is meant to act as my Program Update Manager. This is all in my efforts to make an automatically updating program that doesn't need the user to be signed in.
So my update manager when installed creates some…

TheEggSample
- 333
- 4
- 5
- 18
-1
votes
1 answer
Open file in PHP not owned by apache
I am trying to open/read and copy/delete files on the disk in a Linux-system, using a PHP-script. The files remain in Billy's directory (/home/billy/uploads), all sent by FTP. They have basic rights (rw on the user only) and are owned by, according…

chrney
- 257
- 1
- 2
- 12
-1
votes
2 answers
How to start hadoop without asking local machine password?
amtex@amtex-desktop:~$ start-all.sh
This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh
Starting namenodes on [localhost]
amtex@localhost's password:
localhost: starting namenode, logging to…

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
-1
votes
2 answers
TYPO3 7.6 powermail - restrict access for editor to forms in his pagetree
editors which have access to the plugin "powermail" have access to all of the forms. Since it is a multidomain-installation the editors should have only access to the forms of their domain.
I thought the limitation of access-rights should be enough,…

Kfinke
- 3
- 2
-1
votes
1 answer
How to give access rights for pages and menus in php?
I'm working on a website where there will be three types of users: admin, managers, and operators.
I want to give access for these groups for them to only be able to view certain pages or
certain menus in these pages when they login. How do i go…

user1930115
- 995
- 2
- 11
- 19
-1
votes
1 answer
Remove owner rights
I have a write-restricted folder which may only be written in if the user is in a specific group or has been explicitly given the rights to do so. I have successfully implemented that with C++ using SetNamedSecurityInfo on the folder with the…

nwp
- 9,623
- 5
- 38
- 68
-1
votes
1 answer
Error while storing to a shared network drive when running website on IIS
System.UnauthorizedAccessException: Access to the path '\\server\c$\DTA\DTA564348.64U20121217161754.dta' is denied.
When i store the file by running on my local asp.net website it works fine and gets stored on the shared network drive
However when…

vini
- 4,657
- 24
- 82
- 170
-2
votes
1 answer
DLL injection, c++ , dll doesn't have svchost rights why?
unfortunately I have a problem concerning injecting svchost. The code looks like that:
#include "Injection.h"
#pragma once
#include
DLLInjection::DLLInjection()
{
}
void DLLInjection::InjectDLLTosvchost(LPSTR dllPath)
{
…

Dandeiro1992
- 1
- 2
-5
votes
1 answer
how to delete local machine registry key?
I need to delete some local machine registry keys, I tried all registry delete routines but the result is through admin account I cant do it. how can I set access rights of my application to system account using windows API routines???
I also used…

AnasShoaib90
- 629
- 2
- 7
- 14