Questions tagged [access-rights]

Rights granted to a user for a particular entity instance.

266 questions
0
votes
1 answer

Apex 4.2 public page

I didn't found how to make public page the page 0 from oracle apex 4.2. How i make the page 0 of Apex 4.2 (4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5) public page ? Best regards!
Iulian
  • 169
  • 3
0
votes
3 answers

prevent access to specific directory in my home directory for other user?

I have one directory that I would like to prevent access for specific user. For example /home/myuser/secret should not be readable, accessible etc to specific user. He can see that directoty exists, but can't access / read its contents or modify any…
Andrius
  • 19,658
  • 37
  • 143
  • 243
0
votes
1 answer

Why can't I backup to a directory in SQL Server?

I am debugging an issue that deals with SQL Server backing up the database to a directory. The application I am running launches with Administrator rights, which is set in the app.manifest file:
MrLister
  • 634
  • 7
  • 32
0
votes
1 answer

Limit users to edit only certain pages or exclude pages for them?

I just started to look around in IP4 - looks great! As usual, in these situations I will ask some stupid questions from time to time. :-) Here is my first: Is there a way to limit editors to certain pages or exclude certain pages from editing by…
0
votes
1 answer

customer service: set different rights in different inherited module

I need to create a customer service group which allow user to view(Read) Sales Orders, Customers, Invoices etc. For that i have created a group 'Customer Service' in a separate module. Now instead setting rights for sale, stock, account, crm in core…
Pooja
  • 575
  • 10
  • 28
0
votes
1 answer

Grails Web Application Saving file permission Denied

I am using the web application to write a file on server. It has working fine till we changed the directory. we had directory /data/files/JSON previously We changed it to /data/test/JSON and now we are not able to write files in the…
0
votes
1 answer

What happens when revoking write_dac

The Scenario: If a user has write_dac right and he (user) granted some rights to other users. After that, the administrator revoked write_dac from this user. The Question: What happens to the rights that has been granted to other users will be…
0
votes
1 answer

django rights of access users

I have materials recorded in the database and belonging to different users. those are either private access, or are part of a group, or free access to all. I want, for example, a current user can have access to all the materials open access (but can…
user3172700
  • 107
  • 2
  • 13
0
votes
1 answer

Sharepoint or Webapp for simple intranet applications?

Need an advice on design approach. I spent couple of hours googling and still cannot come to a conclusion. Task at hand: design intranet app that will have access control. Users should be given rights to access it. C# is a preferred design…
fortran
  • 80
  • 7
0
votes
1 answer

Record rules on same object with different CRUD options?

I need to apply different record rules on same object to give different access rights depending on state that record is. For example there are three stages: stage1, stage2, stage3. On first stage user with specific access rights group can do…
Andrius
  • 19,658
  • 37
  • 143
  • 243
0
votes
1 answer

Validate user's rights

I'm writing an hour registration system for my projectteam at school. Everything is pretty much working, but I can't seem to get the validation of user rights to work. Validation is done in the acctype field within the user table. If 0 (guest), you…
0
votes
2 answers

how to hide button on specific user in openerp?

I am working on python, xml in openerp. I am creating access right for manager and user. I want to hide "Convert to opportunity" button on user login. And show that button in manager login. how to hide this button on login user. see the following…
Balakrishnan
  • 266
  • 2
  • 5
  • 16
0
votes
1 answer

Copying/moving a struct into another one

When you don't have to deal with pointers, copying/moving a struct into another one is quite easy. In my case though, I've to deal with pointers and access rights. protected: addrinfo *hints, *result; ... hints = new…
edmz
  • 8,220
  • 2
  • 26
  • 45
0
votes
1 answer

OpenDJ fresh install giving 403 Insufficient Access

I have just completed a fresh install of OpenDJ and I have loaded the Example.ldif provided as a test case. Following their examples provided I am trying to use the OpenDJ restful operations found here: I enabled HTTP access on port 8080 and OpenDJ…
0
votes
1 answer

Joomla Global Configuration allow access for administrator group

I need to allow the administrator group to access to System->Global Configuration page. By Global Configuration page I intend that page that has the Site, System, Server, Permissions, Text and Filters tabs. I don't see this component anywhere to…
Adrian Cumpanasu
  • 1,028
  • 1
  • 10
  • 24