~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/AccessControl.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%META:TOPICINFO{author="ProjectContributor" date="1231502400" format="1.1" version="1"}%
 
2
%STARTINCLUDE%
 
3
---+ Access Control
 
4
 
 
5
_Restricting read and write access to topics and webs, by users and groups_
 
6
 
 
7
Access Control allows you restrict access to single topics and entire webs, by individual user and by user Groups. Access control, combined with UserAuthentication, lets you easily create and manage an extremely flexible, fine-grained privilege system.
 
8
 
 
9
%TOC%
 
10
 
 
11
#ImportantConsideration
 
12
---++ An important control consideration
 
13
 
 
14
Open, freeform editing is the essence of WikiCulture - what makes Foswiki different and often more effective than other collaboration tools. For that reason, it is strongly recommended that decisions to restrict read or write access to a web or a topic are made with great care - the more restrictions, the less Wiki in the mix. Experience shows that _unrestricted write access_ works very well because:
 
15
   * *Peer influence* is enough to ensure that only relevant content is posted.
 
16
   * *Peer editing* - the ability for anyone to rearrange all content on a page - keeps topics focused.
 
17
   * In Foswiki, content is transparently preserved under *revision control*:
 
18
      * Edits can be undone by the administrator (per default a member of %USERSWEB%.AdminGroup; see [[#ManagingGroups]]).
 
19
      * Users are encouraged to edit and refactor (condense a long topic), since there's a safety net.
 
20
As a *collaboration guideline*:
 
21
   * Create broad-based Groups (for more and varied input), and...
 
22
   * Avoid creating view-only Users (if you can read it, you should be able to contribute to it).
 
23
 
 
24
---++ Permissions settings of the webs on this Foswiki site
 
25
%INCLUDE{SitePermissions}%
 
26
 
 
27
%H% Above table comes from SitePermissions
 
28
 
 
29
---++ Authentication vs. Access Control
 
30
 
 
31
*Authentication:* Identifies who a user is based on a login procedure. See UserAuthentication.
 
32
 
 
33
*Access control:* Restrict access to content based on users and groups once a user is identified.
 
34
 
 
35
---++ Users and groups
 
36
 
 
37
Access control is based on the familiar concept of users and groups. Users are defined by their WikiNames. They can then be organized in unlimited combinations by inclusion in one or more user Groups. For convenience, Groups can also be included in other Groups. 
 
38
 
 
39
---+++ Managing Users
 
40
 
 
41
A user can create an account in UserRegistration. The following actions are performed:
 
42
   * WikiName and encrypted password are recorded using the password manager if authentication is enabled.
 
43
   * A confirmation e-mail is sent to the user.
 
44
   * A user home page with the WikiName of the user is created in the %USERSWEB% web.
 
45
   * The user is added to the %USERSWEB%.%WIKIUSERSTOPIC% topic.
 
46
 
 
47
The default visitor name is %USERSWEB%.WikiGuest. This is the non-authenticated user.
 
48
 
 
49
#ManagingGroups
 
50
---+++ Managing Groups
 
51
 
 
52
The following describes the standard Foswiki support for groups. Your local Foswiki may have an alternate group mapping manager installed. Check with your Wiki administrator if you are in doubt.
 
53
 
 
54
Groups are defined by group topics located in the ==%USERSWEB%== web. To create a new group, visit  %USERSWEB%.WikiGroups and enter the name of the new group ending in ==Group== into the "new group" form field. This will create a new group topic with two important settings:
 
55
   * ==Set <nop>GROUP = &lt; list of users and/or groups &gt;==
 
56
   * ==Set <nop>ALLOWTOPICCHANGE = &lt; list of users and/or groups &gt;==
 
57
 
 
58
The GROUP setting is a comma-separated list of users and/or other groups. Example:
 
59
   * ==Set GROUP = %USERSWEB%.<nop>SomeUser, %USERSWEB%.<nop>OtherUser, %USERSWEB%.<nop>SomeGroup==
 
60
 
 
61
The ALLOWTOPICCHANGE setting defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic. This prevents users not in the group from editing the topic to give themselves or others access. For example, for the <nop>KasabianGroup topic write:
 
62
   * ==Set <nop>ALLOWTOPICCHANGE = %USERSWEB%.<nop>KasabianGroup==
 
63
 
 
64
%X% Foswiki has strict formatting rules. Make sure you have three spaces, an asterisk, and an extra space in front of any access control rule.
 
65
 
 
66
#SuperAdminGroup
 
67
---+++ The Super Admin Group
 
68
 
 
69
A number of Foswiki functions (for example, renaming webs) are only available to administrators. Administrators are simply users who belong to the *SuperAdminGroup*. This is a standard user group, the name of which is defined by {SuperAdminGroup} setting in [[%SCRIPTURLPATH{"configure"}%][configure]]. The default name of this group is the =AdminGroup=. The system administrator may have chosen a different name for this group if your local Foswiki uses an alternate group mapping manager but for simplicity we will use the default name !AdminGroup in the rest of this topic.
 
70
 
 
71
You can create new administrators simply by adding them to the %USERSWEB%.AdminGroup topic. For example,
 
72
   * ==Set <nop>GROUP = <nop>%USERSWEB%.ElizabethWindsor, <nop>%USERSWEB%.TonyBlair==
 
73
A member of the Super Admin Group has unrestricted access throughout the Foswiki, so only trusted staff should be added to this group.
 
74
 
 
75
---++ Restricting Access
 
76
 
 
77
You can define who is allowed to read or write to a web or a topic. Note that some plugins may not respect access permissions.
 
78
 
 
79
   * Restricting VIEW blocks viewing and searching of content. When you restric VIEW to a topic or web, this also restricts [[VarINCLUDE][INCLUDE]] and [[FormattedSearch][Formatted SEARCH]] from showing the content of the topics.
 
80
   * Restricting CHANGE blocks creating new topics, changing topics or attaching files.
 
81
   * Restricting RENAME prevents renaming of topics within a web.
 
82
   
 
83
%X% *There is an important distinction between CHANGE access and RENAME access.* A user can CHANGE a topic, but thanks to version control their changes cannot be lost (the history of the topic before the change is recorded). However if a topic or web is renamed, that history may be lost. Typically a site will only give RENAME access to administrators and content owners.
 
84
 
 
85
---+++ Controlling access to a Web
 
86
 
 
87
You can define restrictions on who is allowed to view a <nop>%WIKITOOLNAME% web. You can restrict access to certain webs to selected users and groups, by:
 
88
 
 
89
   * *authenticating all webs and restricting selected webs:* Topic access in all webs is authenticated, and selected webs have restricted access.
 
90
   * *authenticating and restricting selected webs only:* Provide unrestricted viewing access to open webs, with authentication and restriction only on selected webs.
 
91
 
 
92
   * You can define these settings in the %WEBPREFSTOPIC% topic, preferable towards the end of the topic:
 
93
      * ==Set <nop>DENYWEBVIEW = &lt; comma-delimited list of users and groups &gt;==
 
94
      * ==Set <nop>ALLOWWEBVIEW = &lt; comma-delimited list of users and groups &gt;==
 
95
      * ==Set <nop>DENYWEBCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
96
      * ==Set <nop>ALLOWWEBCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
97
      * ==Set <nop>DENYWEBRENAME = &lt; comma-delimited list of users and groups &gt;==
 
98
      * ==Set <nop>ALLOWWEBRENAME = &lt; comma-delimited list of users and groups &gt;==
 
99
 
 
100
If your site allows hierarchical webs, then access to sub-webs is determined from the access controls of the parent web, plus the access controls in the sub-web. So, if the parent web has ==ALLOWWEBVIEW== set, this will also apply to the subweb. Also note that you will need to ensure that the parent web's ==FINALPREFERENCES== does not include the access control settings listed above. Otherwise you will not be able override the parent web's access control settings in sub-webs.
 
101
 
 
102
Creation and renaming of sub-webs is controlled by the WEBCHANGE setting on the parent web (or ROOTCHANGE for [[#RootWebs][root webs]]). Renaming is additionally restricted by the setting of WEBRENAME in the web itself.
 
103
 
 
104
---+++ Controlling access to a topic
 
105
 
 
106
   * You can define these settings in any topic, preferable towards the end of the topic:
 
107
      * ==Set <nop>DENYTOPICVIEW = &lt; comma-delimited list of users and groups &gt;==
 
108
      * ==Set <nop>ALLOWTOPICVIEW = &lt; comma-delimited list of users and groups &gt;==
 
109
      * ==Set <nop>DENYTOPICCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
110
      * ==Set <nop>ALLOWTOPICCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
111
      * ==Set <nop>DENYTOPICRENAME = &lt; comma-delimited list of users and groups &gt;==
 
112
      * ==Set <nop>ALLOWTOPICRENAME = &lt; comma-delimited list of users and groups &gt;==
 
113
 
 
114
Remember when opening up access to specific topics within a restricted web that other topics in the web - for example, the WebLeftBar - may also be accessed when viewing the topics. The message you get when you are denied access should tell you what topic you were not permitted to access.
 
115
 
 
116
*Be careful* with empty values for any of these.
 
117
 
 
118
   * ==Set <nop>ALLOWTOPICVIEW = <nop>== <br />This means the same as not setting it at all. (This was documented wrong in versions 4.0.X, 4.1.0 and 4.1.1)
 
119
 
 
120
   * ==Set <nop>DENYTOPICVIEW = <nop>== <br />This means _do not deny anyone the right to view this topic_. If DENYTOPICVIEW is set to an empty value anyone has access even if ALLOWTOPICVIEW or ALLOWWEBVIEW is defined. This allows you to have very restrictive default access rights to an entire web and still allow individual topics to have more open access.
 
121
 
 
122
The same rules apply to ALLOWTOPICCHANGE/DENYTOPICCHANGE and APPLYTOPICRENAME/DENYTOPICRENAME. Setting ALLOWTOPICCHANGE or ALLOWTOPICRENAME to en empty value means the same as not defining it. Setting DENYTOPICCHANGE or DENYTOPICRENAME to an empty value means that anyone can edit or rename the topic.
 
123
 
 
124
%X% If the same setting is defined multiple times the last one overrides the previous. They are not OR'ed together.
 
125
 
 
126
%X% _The setting to an empty has caused confusion and great debate and it has been decided that the empty setting syntax will be replaced by something which is easier to understand in a later version of Foswiki. A method to upgrade will be provided. Please read the release notes carefully when you upgrade._
 
127
 
 
128
See "How Foswiki evaluates ALLOW/DENY settings" below for more on how ALLOW and DENY interacts.
 
129
 
 
130
---+++ Controlling access to attachments
 
131
 
 
132
Attachments are referred to directly, and are not normally indirected via Foswiki scripts. This means that the above instructions for access control will _not_ apply to attachments. It is possible that someone may inadvertently publicise a URL that they expected to be access-controlled.
 
133
 
 
134
The easiest way to apply the same access control rules for attachments as apply to topics is to use the Apache =mod_rewrite= module, and configure your webserver to redirect accesses to attachments to the Foswiki =viewfile= script. For example,
 
135
 
 
136
<verbatim>
 
137
    ScriptAlias /foswiki/bin/ /filesystem/path/to/bin/
 
138
    Alias /foswiki/pub/       /filesystem/path/to/pub/
 
139
 
 
140
    RewriteEngine on
 
141
    RewriteCond %{REQUEST_URI} !^/+foswiki/+pub/+System/+.+
 
142
    RewriteRule ^/+foswiki/+pub/+([^/]+)((/+([^/]+))+)/+(.+) /foswiki/bin/viewfile/$1/$2?filename=$5 [L,PT]
 
143
</verbatim>
 
144
 
 
145
That way all the controls that apply to the topic also apply to attachments to the topic. Other types of webserver have similar support.
 
146
 
 
147
%H% Images embedded in topics will load much slower since each image will be delivered by the =viewfile= script.
 
148
 
 
149
#RootWebs
 
150
---+++ Controlling who can manage top-level webs
 
151
 
 
152
Top level webs are a special case, because they don't have a parent web with a %WEBPREFSTOPIC%. So there has to be a special control just for the root level.
 
153
   * You can define these settings in the %USERSWEB%.%WIKIPREFSTOPIC% topic, preferable towards the end of the topic:
 
154
      * ==Set <nop>DENYROOTCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
155
      * ==Set <nop>ALLOWROOTCHANGE = &lt; comma-delimited list of users and groups &gt;==
 
156
Note that you do *not* require =ROOTCHANGE= access to rename an existing top-level web. You just need =WEBCHANGE= in the web itself.
 
157
 
 
158
---+++ How Foswiki evaluates ALLOW/DENY settings
 
159
 
 
160
When deciding whether to grant access, Foswiki evaluates the following rules in order (read from the top of the list; if the logic arrives at *PERMITTED* or *DENIED* that applies immediately and no more rules are applied). You need to read the rules bearing in mind that VIEW, CHANGE and RENAME access may be granted/denied separately.
 
161
 
 
162
   1 If the user is an [[#SuperAdminGroup][administrator]]
 
163
      * access is *PERMITTED*.
 
164
   1 If DENYTOPIC is set to a list of wikinames
 
165
      * people in the list will be *DENIED*.
 
166
   1 If DENYTOPIC is set to _empty_ ( i.e. <tt>Set DENYTOPIC =</tt> )
 
167
      * access is *PERMITTED* _i.e_ no-one is denied access to this topic.%BR%
 
168
        %X% *Attention:* Use this with caution. This is *deprecated* and will likely change in the next release.
 
169
   1 If ALLOWTOPIC is set
 
170
      1 people in the list are *PERMITTED*
 
171
      1 everyone else is *DENIED*
 
172
   1 If DENYWEB is set to a list of wikinames
 
173
      * people in the list are *DENIED* access
 
174
   1 If ALLOWWEB is set to a list of wikinames
 
175
      * people in the list will be *PERMITTED*
 
176
      * everyone else will be *DENIED*
 
177
   1 If you got this far, access is *PERMITTED*
 
178
   
 
179
---++ Access control and INCLUDE
 
180
 
 
181
ALLOWTOPICVIEW and ALLOWTOPICCHANGE only applies to the topic in which the settings are defined. If a topic A includes another topic B, topic A does not inherit the access rights of the included topic B.
 
182
 
 
183
Examples: Topic A includes topic B
 
184
 
 
185
   * If the included topic B has ALLOWTOPICCHANGE set to block editing for a user, it does not prevent editing the including topic A.
 
186
   * If the included topic B has ALLOWTOPICVIEW set to block view for a user, the user can still view topic A but he cannot see the included topic B. He will see a message _No permission to view B_ 
 
187
 
 
188
---++ Access control quick recipes
 
189
 
 
190
---+++ Obfuscating webs
 
191
 
 
192
Another way of hiding webs is to keep them hidden by not publishing the URL and by preventing the ==all webs== search option from accessing obfuscated webs. Do so by enabling the ==NOSEARCHALL== setting in %WEBPREFSTOPIC%:
 
193
   * ==Set <nop>NOSEARCHALL = on==
 
194
 
 
195
This setup can be useful to hide a new web until content its ready for deployment, or to hide view access restricted webs.
 
196
 
 
197
%X% Obfuscating a web without view access control is *very* insecure, as anyone who knows the URL can access the web.
 
198
 
 
199
---+++ Restrict Access to a whole Foswiki site
 
200
 
 
201
For a firewalled Foswiki, e.g. an intranet wiki or extranet wiki, you want to allow only invited people to access your Foswiki. In this case, enable [[UserAuthentication#ApacheLogin][user authentication with ApacheLogin]] and lock down access to the whole =bin= and =pub= directories to all but valid users. In the Apache =.htaccess= file or the appropriate =.conf= file, replace the =&lt;FilesMatch "(attach|edit|...= section with this:
 
202
 
 
203
<verbatim>
 
204
<FilesMatch ".*">
 
205
       require valid-user
 
206
</FilesMatch>
 
207
</verbatim>
 
208
 
 
209
If needed, you can further restrict access to selected webs with ALLOWWEBVIEW and other access control settings.
 
210
 
 
211
%H% With this configuration, someone with access to the site needs to register new users.
 
212
 
 
213
---+++ Authenticate all webs and restrict selected webs
 
214
 
 
215
Use the following setup to authenticate users for topic viewing in all webs and to restrict access to selected webs. Requires UserAuthentication to be enabled.
 
216
 
 
217
   1 The simple way is to add this to =%WEBPREFSTOPIC%= in all webs.
 
218
      * ==Set <nop>DENYWEBVIEW = WikiGuest==
 
219
   1. *Restrict* view access to selected users and groups. Set one or both of these settings in its %WEBPREFSTOPIC% topic:
 
220
      * ==Set <nop>ALLOWWEBVIEW = &lt; list of users and groups &gt;==
 
221
      * *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.
 
222
 
 
223
In 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.
 
224
 
 
225
   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).
 
226
 
 
227
---+++ Authenticate and restrict selected webs only
 
228
 
 
229
Use the following setup to provide unrestricted viewing access to open webs, with authentication only on selected webs. Requires UserAuthentication to be enabled.
 
230
 
 
231
   1. *Restrict* view access to selected users and groups. Set one or both of these settings in its %WEBPREFSTOPIC% topic:
 
232
      * ==Set <nop>DENYWEBVIEW = &lt; list of users and groups &gt;==
 
233
      * ==Set <nop>ALLOWWEBVIEW = &lt; list of users and groups &gt;==
 
234
      * *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.
 
235
 
 
236
---+++ Hide control settings
 
237
 
 
238
%T% To hide access control settings from normal browser viewing, you can put them into the _topic [[%SYSTEMWEB%.PreferenceSettings][preference settings]]_ by clicking the link =Edit topic preference settings= under =More topic actions= menu. Preferences set in this manner are not visible in the topic text, but take effect nevertheless. Access control settings added as topic preference settings are stored in the topic meta data and they override settings defined in the topic text.
 
239
 
 
240
Alternatively, place them in HTML comment markers, but this exposes the access setting during ordinary editing.
 
241
 
 
242
<blockquote>
 
243
==&lt;!--== <br />
 
244
==&nbsp;  * Set <nop>DENYTOPICCHANGE = %USERSWEB%.<nop>SomeGroup== <br />
 
245
==--&gt;==
 
246
</blockquote>
 
247
 
 
248
%STOPINCLUDE%
 
249
 
 
250
---
 
251
*Related Topics:* AdminDocumentationCategory, UserAuthentication