We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

Question

Is it possible to restrict the usage (viewing/editing/renaming etc) of a specific web to a specific group? I tried creating a group with all users in and one with only the users I wanted to get access to the page. Then in the WebPreferences of the web I wrote DENYWEBVIEW = TheGroupWithAllInIt? and ALLOWWEBVIEW = TheAllowedGroup? . But that din't work. How do I handle this situation?

/jonas

  • TWiki version: 01-September
  • Web server: Apache
  • Server OS: OpenBSD?
  • Web browser: Lynx
  • Client OS: OpenBSD?

-- TWikiGuest - 20 Nov 2001

Answer

Don't bother about DENYWEBVIEW. Simply specifying ALLOWWEBVIEW = Main.TheAllowedGroup should be enough. Note that group topics should be defined in the Main web.

Also, the users need to be recognised for view. This can be done by enabling basic authentication for the view script (has the disadvantage that users need to log in also for reading non protected webs.) Alternatively enable $doRememberRemoteUser in the configuration and make a hardlink of view to viewauth. See details in the docs.

-- PeterThoeny - 20 Nov 2001

Topic revision: r2 - 21 Nov 2001 - 06:39:13 - PeterThoeny
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback