Question
I want to restrict a web to
ChiefGroup, nobody else should be able to view/edit it. I created a testuser
JoeBlack who is not a member of any group (and of course not member of Twiki-Admin-Group ;-)).
The webpreferences-file says:
Set DENYWEBVIEW =
Set ALLOWWEBVIEW = Main.ChiefGroup
Set DENYWEBCHANGE =
Set ALLOWWEBCHANGE = Main.ChiefGroup
Set DENYWEBRENAME =
Set ALLOWWEBRENAME = Main.ChiefGroup
Actually Joe Black has to enter his passwort, but after passing he is allowed to see anything on the web. Any ideas?
.htaccess:
<Files "view">
require valid-user
</Files>
- TWiki version: 01 Feb 2003
- Perl version: perl, v5.6.1 built for i586-linux
- Web server & version: Apache 1.3.27
- Server OS: Linux (Suse)
- Web browser & version: Mozilla/IE
- Client OS: WinXP
--
DortheLuebbert - 07 Jul 2003
Answer
- The syntax on the group-definition-page was wrong. I forgot the bullet points, the regular expression in access.pm looks for the bullet point.