Tagged Questions

22
votes
21answers
715 views

Is there a DRM scheme that works?

We help our clients to manage and publish their media online - images, video, audio, whatever. They always ask my boss whether they can stop users from copying their media, and he asks me, and I …
6
votes
5answers
2k views

Latex=>PDF Rights management

Im currently writing my bachelor thesis with latex and using TexnicCenter. I want to be able to send my generated pdf file to people and they should be able to write comments. It seems like commenting …
2
votes
4answers
371 views

How can I use Performance Counter in w2k8

Hello Problem: I can add+use performance counters in w2k8 with normal user privileges. If I try to create or access a Process performance counter, i get a message that the counter does not exist. …
1
vote
5answers
424 views

How should I be implementing my ACL in a web application?

I've been thinking about the web app I'm about to begin developing and wondering whether my usual approach could be improved. In my last few apps I've created a table (see below) of roles (such as …
0
votes
1answer
24 views

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 …
0
votes
0answers
38 views

Best approach for authorisation rules. (.NET/MSSQL)

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 …
0
votes
1answer
233 views

Information Rights Management (IRM) & SharePoint - can the system administrators view the content of a protected file?

We are considering deploying a MOSS site for our HR department but there is some concern over the system administrators being able to access the highly confidential material regarding performance and …
0
votes
2answers
116 views

How do I grant SeCreateSymbolicLink on Windows Vista Home edition

I want to be able to use mklink to create symbolic links on my Windows Vista Home edition computer. However, I must grant SeCreateSymbolicLink before mklink will be able to function on Vista Home …
0
votes
3answers
137 views

User Access Checking for Rights on Particular Database Objects or Records

I'm having a friendly debate with a developer about a situation where users are logging in and accessing documents in a web application. When we load the document for the user to view, we have the …