Questions tagged [rights-management]
57 questions
0
votes
1 answer
Check if directory is owned by specific user
Is it possible to check if a folder (and all subfolders) are owned by a specific user/rights?
As Example: Can I use cmake to check if /var/www/** is owned by www-data and has the permission to execute files?

NaN
- 3,501
- 8
- 44
- 77
0
votes
1 answer
Implementing rights management in class design
I have to do a Project where there will be a number of users who will use the application. Users can belong to either Users, Executive or Administrator. Each Usergroup has their own rights. All data will be stored in a database.
Now I am doing the…

LeonidasFett
- 3,052
- 4
- 46
- 76
0
votes
1 answer
Restrict user rights in SP2010, so they CAN ADD list items but CANNOT EDIT them once saved?
I appreciate if you can help me with this. My wonderful company uses SP2010, and I got the task to solve this issue using it - though I am not a programmer (basic html is still ok).
I need a simple annual leave list with the following…

Gabor A
- 3
- 3
0
votes
1 answer
Typo3 assign BE-Group on new created pages not working as it should
on my Typo3 page i have set up a rights managment, all is working well until one point. I will first explain a little bit of my setup.
Every page (+ its subpages) got a group assigned that is assigned to a sitegroup-group, which is assigned to a…

Falk S.
- 142
- 1
- 1
- 11
0
votes
1 answer
Securing Office web content from redistribution without RMS
I’m looking for a mechanism that can be used to distribute Microsoft Office content over the web without using Rights Managements Services whilst minimising the ability for it to be printed or redistributed. I know any solution is always going to be…

Troy Hunt
- 20,345
- 13
- 96
- 151
0
votes
1 answer
Windows Azure Active Directory Rights Management
See this link
Active Directory Rights Management Services SDK 2.0
The Active Directory Rights Management Services SDK 2.0 platform enables developers to build applications that leverage Active Directory Rights Management Services (AD RMS) or…

paparazzo
- 44,497
- 23
- 105
- 176
0
votes
2 answers
No rights on page-module level
I encounter a strange error. On page-module level i´m not allowed to create new page elements. If i do the same via the list-module page-elements are created and i can edit them (even in the page-module).
Also, if i created a flexible content…

Rockbot
- 935
- 1
- 6
- 24
0
votes
1 answer
SQL Server sysadmin user server role
Is it possible to read/write into a SQL Server 2005 database, from a VB.NET application, using a user who does NOT have a sysadmin server role?

milo2011
- 339
- 1
- 9
- 25
0
votes
3 answers
run a script from a systemaccount but display it to "normal" user
I'm trying to make our software deployment more user friendly by displaying sort of a gui to the user where he can get some informations and make some settings himself. The problem I ran into is that the script that acts as a gui(it's an HTA…

Mathias
- 41
- 1
- 9
0
votes
1 answer
Best approach for authorization rules
I'm wonder about best approach of implementation auth. rules in Client-Server app using Business Objects.
I've noticed common tactic is:
- on DB side: implement one role for application, used for all app's users
- definition users right and roles…

Maciej
- 10,423
- 17
- 64
- 97
-2
votes
1 answer
How to control rights for features in my program?
I want to be able to control directly in my program, what other users can do or can not do. I have an ActiveDirectory where the users are saved in 4 different right groups: "User" (Basic function to start the program), "Sales", "Accounting" and…

Willi K.
- 3
- 4
-2
votes
1 answer
How to encrypt a audio file which will be downloaded from web, this file should have limit to be able to get played only on 3 PC's
I am searching for a way in Java or Asp that can allow me to encrypt a file and upload it to the website. When somebody downloads it and plays on the players available on the computer it should track that computer and should get played only if the…