Tags:
create new tag
, view all tags

Question

I moved over to using the new TWikiVM on Debian. I recently upgraded to TWiki 4 and have a few questions re: the security files.

There's a twiki_httpd.conf file. THis is where I set Deny from all for the /twiki folder, modify the options for /bin to only allow from certain IP addresses, etc. There's also a bunch of

<Directory "/home/httpd/twiki/data">
   deny from all
</Directory>

I assume that's all I need in this file.

In the /bin folder I enabled the .htaccess file for authentication - and this is all pretty straightforward, but in the

<FilesMatch "configure.*">
       #require group TWikiAdminGroup
</FilesMatch>

I would like to name a TWiki group instead of a single user. Is that possible?

Thanks Steven

Environment

TWiki version: TWikiRelease04x00x04
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Debian
Web server: Firefox
Perl version:  
Client OS: Windows
Web Browser: FireFox
Categories: Security

-- StevenColbert - 26 Jul 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

The FilesMatch section uses the basic Apache authentication to control access. You cannot use the groups defined in twiki.

But you can use

Require user kenneth steven steffen peter

to include 4 people. I am sure you only want a small group of people to have access to configure.

-- KennethLavrsen - 26 Jul 2006

OK - that makes sense... and yes of course I only want me to have the rights to configure, but wanted to be scaleable for future use. Knowing this is help - and like the previous answer, I really appreciate your help.

-- StevenColbert - 26 Jul 2006

 
Topic revision: r4 - 2006-07-26 - StevenColbert
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.