Questions tagged [rights]

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

259 questions
1
vote
1 answer

c#+extjs4 do not send elements to client side which the user has no right

We are developing c#+ExtJs4 application. We want to separate the javascript and c# codes as we can, the js code can be some files which need to be cachable by the browser. How can we send only the js codes what the user has rights? Eg if a user…
HyGy
  • 121
  • 3
  • 10
1
vote
1 answer

How to write this in SQL?

I've been trying to find this answer by myself, but i'm just too bad for that, so i come here hoping you can help me. I have the following database tables : user( int unsigned id, varchar login ) group( int unsigned id, varchar …
Virus721
  • 8,061
  • 12
  • 67
  • 123
1
vote
1 answer

How do roles and rights translate to Spring Security?

In my applications I usually create three tables for access management. Roles, Rights and an association table that maps between Roles and Rights. I am trying to translate this approach to Spring security and after reading [this article][1] I…
Julius
  • 2,784
  • 6
  • 32
  • 54
1
vote
1 answer

System.IO.Directory.Move(tempPath, newFolder) throws exception access denied

I am trying to move a folder from one directory to another using this System.IO.Directory.Move(tempPath, newFolder); I am Administrator on my computer, so I should have full access. I cannot figure out why I get this exception once every two…
kbaccouche
  • 4,575
  • 11
  • 43
  • 65
1
vote
1 answer

RBAC in Yii, Guest not authorized

Im trying to implement RBAC in Yii (using the rights module). When trying to authorize an unauthenticated user (Guest), CWebUser calls…
jborch
  • 1,146
  • 6
  • 15
1
vote
4 answers

Specific "getter setter" dedicated object

I'd like to create an object used to store data, restricting read/write access. For example : OBJ obj1; OBJ obj2; // DataOBJ has 2 methods : read() and write() DataOBJ dataOBJ1 (obj1); With the code above, I want obj1 to access write() method,…
Patouf
  • 119
  • 4
  • 15
1
vote
2 answers

issue involving django admin rights for non superuser accounts

I'm currently experiencing an issue with a project using django 1.3.1 and it's admin interface (just your friendly neighborhood django.contrib.admin). The project's been going on for a while, and the only accounts with staff status have always been…
mephisto
  • 661
  • 1
  • 6
  • 14
1
vote
3 answers

Rights of using an javascript file

I usually look and analyze websites/effect from websites that seams interesting to me. So I found a website that was bought from templatemonster. That website uses an effect on an image, a hover transition. Analyzing that code I saw an file named…
Daniel
  • 67
  • 1
  • 2
  • 7
1
vote
1 answer

What PostgreSQL query or view can determine who set a users permissions?

I am trying to revoke a database user's permissions and it seems that permissions can only be revoked by the user who granted them. There is thread here discussing the issue. http://archives.postgresql.org/pgsql-bugs/2007-05/msg00234.php The thread…
vfclists
  • 19,193
  • 21
  • 73
  • 92
1
vote
1 answer

How can I create and save file in Program File directory in Windows 7?

I have the program that show the registration window when it was started. When I set login and password the program must create some file in Program File/SomeProgram directory. I need administrator rights for this program. How can I run program…
Oleksandr Fentsyk
  • 5,256
  • 5
  • 34
  • 41
0
votes
1 answer

what rights should be given for my live asp.net sql server?

I am wondering what rights should be given to sql server user for asp.net website considering following criteria Sql server user Should be able to do read from tables insert into tables update rows execute sp, udf Should NOT be able to delete…
v s
  • 549
  • 2
  • 7
  • 17
0
votes
1 answer

"Rights" issue When start program from another program in Windows with .Net Process.Start()

i use a program to see if my application is crashed and in this case i start it again. Let's call this application B while main application it's called A. The main problem begin when the Application A is started from B. Seems there are "Rights"…
user1107078
  • 455
  • 1
  • 7
  • 18
0
votes
0 answers

The managed domain is in a failed state. Cant edit or configure the Azure AD, An error occurred. Please try again later

I cant edit, confiure or access editable properties of the Azure Active Directory DS. I am global admin. Due to this I am unable to add roles or users or apps, etc. When I run a eligable rights query on it, it fails and presents me with a "An error…
0
votes
0 answers

process-/user-based sandboxing without admin rights

Since .NET Core dropped support for sandboxing, Microsoft instead advises to use process/user boundaries for this instead. There's just a little problem with this: You need administrative privileges to create a new user. Is there any solution for a…
Medinoc
  • 6,577
  • 20
  • 42
0
votes
0 answers

Copy existing AD account for SQL access with all rights and else to a new AD user

I have to set an old AD user to a new ad user. The old AD user has many access rights on several databases, tables, roles ....whatever. I must create a new user, already set in the AD and give them the same rights back, as the old AD account had. I…
P. K.
  • 1
  • 1