Questions tagged [privilege]

71 questions
0
votes
0 answers

MySQL cross-reference between 2 databases with 2 different users

Assume that I have 2 databases named db1 and db2. For some reasons, our hosting service only allows 1 user per database. I have user1 is administrator of db1, and user2 as the administrator of db2. Here is an example query: SELECT * FROM db1.table1,…
0
votes
0 answers

SSH MySQL 'admin'@'localhost' ERROR 1045 (28000)

I was unintentionally remove all privilege for user 'admin'@'localhost', now I totally cannot access mysal database with shell command, it show the error as: ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES) I've…
conmen
  • 2,377
  • 18
  • 68
  • 98
0
votes
1 answer

C# Privilege issues creating folders from Windows service running as Local System account.

I have a service running as Local System. I'm creating some folders from the service. These folders are created which don't give people in the "Users" group in windows 7 write access. How can I create these folders which grant everyone write…
CathalMF
  • 9,705
  • 6
  • 70
  • 106
0
votes
1 answer

Privilege used by MoveFileEx()

When calling MoveFileEx() and using MOVEFILE_DELAY_UNTIL_REBOOT for dwFlags. During the actual moving of file what privilege does it use? Thanks Kazuo!
redwud
  • 174
  • 3
  • 8
0
votes
1 answer

Privileges of an Application

Is there a way to get the privileges associated with a C# program? If yes, how? I know that in C, you have to create a token and make use of the GetTokenInformation() method to get information about the token. Is there something similar in C#?
Matthew
  • 4,477
  • 21
  • 70
  • 93
0
votes
1 answer

OS X, app can't obtain root previliges when started from standard user

I'm trying to create an installer for OS X. To be able to write to directories owned by root (/Applications, /Library...) I'm using Authorization Services from the Security framework. The following code works fine with an admin user but fails with a…
0
votes
2 answers

Install Shield 2009 Premier : Don't want to put the entry to control panel

My installation would 1. copy some files 2. some registry entries that require admin privilege e.g. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyRegistry What I want: 1. No entry to the control panel and yes i don't need an…
Samir
  • 3,923
  • 9
  • 36
  • 43
-1
votes
1 answer

SpringMVC,Restful,API,how to match url to control privilege

SpringMVC,restful api GET /order/{orderId} POST /order/{orderId}/abc/{abcId}-{bcdId} POST /order/{orderId}/myresource/{subResources:[a-zA-Z0-9_/]+} role1 can call api1 role2 can call api1 & api2 & api3 how to match url for the API path sorry My…
LiYunpeng
  • 1
  • 1
-1
votes
2 answers

Sending Email Notification Privilege

I have stored procedure run weekly. I would like to set job scheduler to send a email notification whether the procedure failed or not. It seems like I need the privilege from DBA to create those job. What is the name of the privilege I should ask…
HLee
  • 1
  • 1
-1
votes
1 answer

Win7 Runas Administrator rights but user can kill that process

I use win7 Pro 32bit. I have a c:\record.bat file. This bat file run ffmpeg.exe with some parameters to capture desktop screen and save to video .mp4 files. When I logon with Administrator account, it works well. The Task Manager show that…
-2
votes
1 answer

What's the least privileges of NetLocalGroupAddMembers?

Anyone who know "What's the least privileges of NetLocalGroupAddMembers?" Appreciate your helps.
glover
  • 245
  • 1
  • 4
  • 12
1 2 3 4
5