SID-01753: Set DENYWEBVIEW
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.008008 (linux) |
| Category: |
CategoryAccessControl |
Server OS: |
Linux 2.6.18-53.el5 (i386-linux-thread-multi) |
Last update: |
12 years ago |
I would like to control acess to a specific topic. I know that this is possible with DENY/ALLOW TOPICVIEW, but i have no idea where to write this down.
I tried this with the extension
WebPermissionsPlugin but i dont like this extenxion, because I always have to activate it with %TOPICPERMISSIONS% and later to deactivate it in case of that this nobody should see.
Example:
Topic:
http://ip-address/do/view/Main/WebHome
User: testuser
I want to deny topic view for the user testuser:
"SET DENYTOPICVIEW = testuser"
What I have to do now?
--
Milan Ilic - 2013-07-03
Discussion and Answer
You need to create a bullet with
SET DENYTOPICVIEW = TestUser. I recommend to stay away from the "deny" settings, better to define a group and use "allow".
Read the docs at
TWikiAccessControl.
--
Peter Thoeny - 2013-07-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.