Questions tagged [access-rights]

Rights granted to a user for a particular entity instance.

266 questions
0
votes
1 answer

Test whether login user has rights for installing COA or not

I want to test whether login user has rights for installing COA or not? I tried to check with group "Financial Manager". Now the problem is users other than Admin can't install COA without "Financial Manager" rights so it works while admin can…
Pooja
  • 575
  • 10
  • 28
0
votes
1 answer

View in one schema and table in another schema

I have a Table created by db_owner CREATE TABLE [dbo].[TableTest]( [ID] [int] NULL, [Cost] [int] NULL, [partnumber] [int] NULL ) ON [PRIMARY] Another table with the same definition, but in an another custom schema. CREATE TABLE…
MariaMadalina
  • 479
  • 6
  • 20
0
votes
1 answer

Change right to user with escape character

I would like to execute the following query : DENY DELETE ON tableTest to Domain\Username but it prints Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '\'. i tried SELECT @Test = 'Domain\Username' DENY DELETE ON tableTest to…
Fabrice E.
  • 413
  • 1
  • 4
  • 13
0
votes
2 answers

How to list all directories/files that you have copy access permission to - Unix

Normally, the ls -la command shows the files and the copy access rights, owners and access group. ** How can I list only list the directories/files that I have access to? How can I copy these directories/files to a destination directory?
alvas
  • 115,346
  • 109
  • 446
  • 738
0
votes
1 answer

Access Rights for Page In openerp 7

I want to give readonly permission to "Contacts" page which is inside res_partner I inherited that view and in my new xml I mentioned grp_partner -> my module name group_readonly_supplier -> I created one group inside that module having only read…
0
votes
1 answer

File delete rights in Linux

I have the following problem, I run a script on multiple servers that writes files on a single server. Files are written with these rights: -rw-r--r-- 1 someuser someuser 139 Apr 2 12:40 filename.jpg What I would like to do would be to be able to…
Alex Flo
  • 200
  • 1
  • 1
  • 8
0
votes
1 answer

How to allow write rights only to specific users building a new module in OpenErp?

I'm new to OpenErp and I'm trying to undestand access rights writing a new module. Let's say I have this module called Project, with title, description and a many2many relation with res.users called admin_ids, this relation represents project…
coddoc
  • 65
  • 1
  • 8
0
votes
1 answer

check if the application has a given access right on a process handle

suppose i receive a handle to a process in a user-mode application. i dont know if it is returned from a CrateProcess or an OpenProcess call. to call GetProcessTimes with this handle i need PROCESS_QUERY_INFORMATION or…
user2281752
  • 145
  • 1
  • 9
0
votes
1 answer

Service and process can't run together when sharing the same dlls

I have a process A launched as a windows service (user = System). I also have a process B that I launch under my own account (in group Administrators). I have observed several behaviours : 1- process A is launched as windows service (user System)…
0
votes
2 answers

IBM Filenet: how to check access rights to delete

How to check programmatically if the currently connected user have access rights to delete the folder or a document in content engine object store? Can I do this with folder.getAccessAllowed() method and AccessLevel.* constants? (CE 5.0)
0
votes
1 answer

I get "access denied" when my build script is running

I have a huge .bat file build script that calls into compilers and what not. I have until recently been able to run this without any problems (and as I have not made any changes, I suspect there's a Windows update and/or setting at play?) Using…
Tom
  • 3,587
  • 9
  • 69
  • 124
0
votes
2 answers

assignment of an protected struct member to a friend?

I have a classes that contains data in form of MyObjects like class A. I wish to Monitor the data in the MyObject objects. So I created a IMonitorable class and derived all my storage classes that contains the MyObjects from IMonitorable. Add added…
Steve
  • 1,072
  • 11
  • 28
0
votes
1 answer

Get "Creator Owner" name to add access rule

I have a program in which I do the following oFolderACL.AddAccessRule(New Security.AccessControl.FileSystemAccessRule(strDomaine & "\" & oUtilisateur.UserName, oAccessControl, Security.AccessControl.InheritanceFlags.ContainerInherit Or…
David Brunelle
  • 6,528
  • 11
  • 64
  • 104
0
votes
1 answer

Installing applications with different user accounts on linux

I have basic question about installing applications on linux operating system. i am going to express my issue considering oracle db installation as a example. when installing oracle database , i created a user group called dba and and user in this…
KItis
  • 5,476
  • 19
  • 64
  • 112
-1
votes
1 answer

Linux: Nonexistent Directory Exists Bug after failed SFTP attempt?

So, I've been administrating a personal game server in Linux so far (bear in mind, I don't possess the physical server - I have shell access, including root). I am relatively inexperienced with remote Linux administration. I made an attempt to…
SAllenJP
  • 1
  • 2
1 2 3
17
18