Changeset 755


Ignore:
Timestamp:
11/17/08 01:10:39 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. -> %SYSTEMWEB%

Location:
trunk/core/data/TWiki
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/AccessControl.txt

    r733 r755  
    217217Use the following setup to authenticate users for topic viewing in all webs and to restrict access to selected webs. Requires UserAuthentication to be enabled. 
    218218 
    219    1. Set =require valid-user= on your =view= script in .htaccess or the appropriate Apache .conf file. As of 4.x, this looks like: =FilesMatch "(attach|edit|manage|rename|save|view|upload|mail|logon|.*auth).*"= (normally =view= is not in that list). 
     219   1 The simple way is to add this to =%WEBPREFSTOPIC%= in all webs. 
     220      * ==Set <nop>DENYWEBVIEW = WikiGuest== 
    220221   1. *Restrict* view access to selected Users and Groups. Set one or both of these settings in its %WEBPREFSTOPIC% topic: 
    221       * ==Set <nop>DENYWEBVIEW = &lt; list of Users and Groups &gt;== 
    222222      * ==Set <nop>ALLOWWEBVIEW = &lt; list of Users and Groups &gt;== 
    223223      * __Note:__ =DENYWEBVIEW= is evaluated before =ALLOWWEBVIEW=. Access is denied if the authenticated person is in the =DENYWEBVIEW= list, or not in the =ALLOWWEBVIEW= list. Access is granted if =DENYWEBVIEW= and =ALLOWWEBVIEW= are not defined. 
    224    1. If you still want public users to be able to register automatically follow TWiki:TWiki.RegisterOnViewRestrictedSite. 
     224 
     225In rare cases it may be required to authenticate the view script. This can in some cases have a dramatic performance hit because the webserver must re-authenticate for every page view. 
     226 
     227   1. Set =require valid-user= on your =view= script in .htaccess or the appropriate Apache .conf file. This looks like: =FilesMatch "(attach|edit|manage|rename|save|view|upload|mail|logon|.*auth).*"= (normally =view= is not in that list). 
    225228 
    226229---+++ Authenticate and Restrict Selected Webs Only 
  • trunk/core/data/TWiki/UpgradeGuide.txt

    r733 r755  
    1414 
    1515   * Please review the AdminSkillsAssumptions before you upgrade TWiki 
    16    * Review TWiki:TWiki.TWikiUpgradeTo04x02 for latest information and experience notes. 
    1716   * To upgrade from a release prior to TWiki Release 01-Sep-2004, start with TWiki:TWiki.UpgradingTWiki on TWiki.org 
    1817   * To upgrade from a standard TWiki Release 01-Sep-2004 to the latest TWiki-4.X Production Release, follow the instructions below 
     
    4847      * If at any time during the installation you want to start over from fresh all you need to do is delete the =lib/LocalSite.cfg= file and re-run configure. 
    4948   * Additional resources 
    50       * TWiki:TWiki.UpgradingTWiki04x00PatchReleases 
    51       * TWiki:TWiki.InstallingTWiki#OtherPlatforms 
    52       * TWiki:TWiki.ApacheConfigGenerator 
    53       * TWiki:TWiki.SettingFileAccessRightsLinuxUnix 
     49      * TWiki:Support.UpgradingFromOlderTWikiReleases 
     50      * TWiki:Support.UpgradingFromTWiki4x2Releases 
     51      * TWiki:Support.UpgradingPatchReleases 
     52      * TWiki:Support.InstallingOnSpecificPlatforms 
     53      * TWiki:Support.ApacheConfigGenerator 
     54      * TWiki:Support.SettingFileAccessRightsLinuxUnix 
    5455      * If you upgrade from an older TWiki your =lib/TWiki.cfg= from the old TWiki installation is a good resource for some of the settings you will need but you cannot reuse the old TWiki.cfg. 
    5556   * Make sure you have a working basic TWiki before you continue 
  • trunk/core/data/TWiki/UserAuthentication.txt

    r733 r755  
    223223Finally, it would be really neat if someone was to work out how to use certificates to identify users..... 
    224224 
    225 See TWiki:TWiki.SecuringTWikiSite for more information. 
     225See TWiki:Support.SecuringTWikiSite for more information. 
    226226 
    227227%STOPINCLUDE% 
    228 __Related Topics:__ AdminDocumentationCategory, AccessControl, TWiki:TWiki.UserAuthenticationSupplement, TWiki:TWiki.SecuringTWikiSite 
     228__Related Topics:__ AdminDocumentationCategory, AccessControl, TWiki:Support.UserAuthenticationSupplement, TWiki:Support.SecuringTWikiSite 
Note: See TracChangeset for help on using the changeset viewer.