[pmwiki-users] Newbie Alert!!! - basic site security?
Sandy
sandy at onebit.ca
Fri Oct 19 13:11:18 CDT 2007
pmwiki at 911networks.com wrote:
> On Fri, 19 Oct 2007 18:47:37 +0200
> Johnny Ernst Nielsen <j_e_n_pub at yahoo.dk> wrote:
> ...
>> For the second method you enable the module AuthUser.
>> Then you define your users and your user groups in the page
>> SiteAdmin.AuthUser
>> Finally you set the proper permissions for your users and groups
>> in config.php
>> Se here:
>> <http://www.pmwiki.org/wiki/PmWiki/AuthUser>
>>
>> With this method you can give indvidual permissions to
>> individual people.
> ...
> Very interesting, but do you a link or an explanation on how to
> apply a user group such as @office to a subgroup of pages such
> as: /Administration/* and @management only has access to /Mgnt/*?
>
To add an ID or a group to a page (or group of pages), see here:
http://pmwiki.org/wiki/PmWiki/Passwords
and
http://pmwiki.org/wiki/PmWiki/PasswordsAdmin
You really should read those two pages; most of it may not apply, but it
will get you going. The pages also discuss some advanced options which
you may not need.
In a nutshell:
You go to the MyPage?action=attr , where MyPage is the URL for the page
in question. That screen allows you to enter passwords to the page.
You enter the ID or the group in the same way you enter passwords,
except you use the following format:
id:TheId
@TheGroup
The page "GroupName.GroupAttributes" adds passwords to the page group
GroupName.
(Yes, Group can mean a group of users, or a group of pages.)
Passwords for the entire site should be set in config.php.
Sandy
More information about the pmwiki-users
mailing list