[Zope] Re: newbie question: level of security

Maik Jablonski maik.jablonski@uni-bielefeld.de
Mon, 18 Nov 2002 21:57:32 +0100


fatih oguz wrote:
> hi,
> 
> i guess such a question is asked before but i could not find anything in 
> mailing list archives ( may be i used improper keywords).
> 
> i would like to assign new users ( their roles are project1, project2) who have 
> access to only those project1 and project2 folders. those project folders are 
> located under one of members' folder.
> 
> i guess it should be done thru defining local roles . but i could not do 
> anything.

Put a new UserFolder (acl_users) in project1 and add all Members to it, 
same thing with project2. To login to project1, call 
"http://.../project1/manage"... and so on.

You should remove all the project*-members from all acl_users above the 
new created project*-acl_users to secure your system.

-mj