[Zope] Authentication on a Folder?

Andreas Jung lists at zopyx.com
Mon Sep 11 04:34:48 EDT 2006



--On 11. September 2006 01:05:01 -0700 Ferhat Ayaz <ferhatayaz at yahoo.com> 
wrote:

> Hi,
>
> I want to restrict access to a subfolder:
>
> Folder structure:
> ---------------------------------
> Root Folder
>  +- MySite
>       +- Admin
>
>
> Access limitation:
> ---------------------------------
> My Site: Public for all
> Admin: Only with Basic Authentication
>

Why basic authentication? In general you control access to objects
by granting or revoking a particular permission (in your case
the View permission) to roles/from roles (see Access tab within the ZMI).

-aj

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20060911/5b4d28d3/attachment.bin


More information about the Zope mailing list