Questions tagged [rights-management]
57 questions
1
vote
1 answer
Setting documents folder as a network public folder from cmd in Windows
I am trying to create a batch file for setting the user documents folder in Windows so that it is accessible from the network like the public folder is by default, pretty much making it shared with everybody.
I can't figure out the syntax for it,…

Steven
- 11
- 2
1
vote
1 answer
How to unzip a folder and delete zipped original?
I am creating something like easy installer\setupper for my CMS. When user downloads .zip with my CMS and unpacks it into some folder on his php server he sees a file - install.php and a zip folder named - Contents.zip I need some php function to…

Rella
- 65,003
- 109
- 363
- 636
1
vote
1 answer
Limit WordPress user to edit only his own pages
I'm looking for the simplest way to limit a WordPress user to edit only his own pages (that is pages he is author of). I've read about some users manager plugins but for my needs they seems overkill and so I wonder if it is possible to obtain the…

tic
- 4,009
- 15
- 45
- 86
1
vote
1 answer
How can I create an Excel spreadsheet which provides links to workbooks through buttons which are only enabled to the right user?
How can I create an Excel spreadsheet which provides links to workbooks using buttons which are only enabled to the right user?
I want to create one index page/spreadsheet/workbook for multiple users to use in order to access numerous workbooks. I…

Seesharp
- 333
- 2
- 10
- 24
1
vote
0 answers
Manage javascript for different type of users with PHP
I have a pretty hard time to find out how to properly manage javascript in a page for different type of user.
Let me explain a bit:
We have a page that's is visible for everyone but some have the right to edit content on the page directly and some…

CinetiK
- 1,748
- 2
- 13
- 19
1
vote
1 answer
AD RMS Managed Code Error The system cannot find the file specified. HRESULT: 0x80070002
I'm new to Active Directory Rights Management Services (AD RMS) and I'm developing an application to use AD RMS to encrypt some documents. I'm using the interop example and I get the error - The system cannot find the file specified. HRESULT:…

GamerDev
- 2,006
- 4
- 24
- 31
1
vote
1 answer
Errors when configuring SharePoint 2010 with AD RMS
I'm having problems configuring SharePoint 2010 with AD RMS.
When selecting 'Use the default RMS server specified in Active Directory' within SharePoint, I receive the following error:
The required Windows Rights Management client is present but…

Harsh Ashtekar
- 31
- 1
- 4
1
vote
0 answers
Rights Management on MySQL: Only execute Stored Procedures, no further access on database
i´m developing a webbased interface communication via mysql database. For a trade fair i need to hand over the interface and database to a customer. Every communication with the database is encapsulated via stored procedures. Therefore i would like…

solick
- 2,325
- 3
- 17
- 29
0
votes
2 answers
Rights management for user generated files
I'm currently working on a Website, which should enable users to host files like pictures and documents. I got a groups and user based Rightsmanagement in Place, but it does not quite fit this concept of groups and users.
For example:
A User…
user409460
0
votes
2 answers
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 salaries. It appears that IRM is the silver…
user104817
0
votes
1 answer
howto configure rights on webserver for successful bzr repository
I'm trying to get a better workflow with bzr between deploy server and local development machine.
Web server running as www-user and bzr-login with local account, wdev.
at server groups are setup, www-user: www-user,wdev and vice versa.
For…

Teson
- 6,644
- 8
- 46
- 69
0
votes
1 answer
SQL Server 2005, rights validation
I'm writing an application in C# working with a database, SQL Server 2005. It uses Windows authentification.
The problem is that user should get rights according to information stored in database.
F.e. I store information about different projects…

Anatoly Lushnikov
- 23
- 1
- 3
0
votes
0 answers
Page & Action wise Authorization Asp.Net Core Razor Pages
I have a requirement to configure the user's authorization per module per screen per action. For example, one user should be able to Create/Save WorkOrders in WorkOrder Module, but another user should only able to View/Delete WorkOrders. Similarly,…

Muhammad Bilal
- 31
- 5
0
votes
2 answers
how to prevent application to be uninstalled by a user (w/o admin rights)?
I need to forbid to uninstall an application (not a service!) by a user w/o some special rights. How to do this? installation will be done by domain administrator
thanks for your time
[EDIT] also I need to prevent removing the application from…

Andriy Tylychko
- 15,967
- 6
- 64
- 112
0
votes
1 answer
base64 encoded powershell "Cannot index into a null array." but runs from ISE
We're working on protecting files with RMS in our environment. We have to use PowerShell.
I can't even use WDS server with MDT joined to the domain as the psxml files it uses aren't signed.
I have to run PS scripts as single line commands or as…

Mike
- 3
- 1