View Single Post
Old 12-27-2003, 10:37 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

Upload = /folder1/* !=group1 *
Upload = /* !=group2 *
Upload = * *

should be:

Upload = /folder1/* !=group1 *
Upload = * !=group2 *

That way, group2 won't be able to upload anywhere, and group1 won't be able to upload in folder1, but all others will be able to upload everywhere (where chmod allows it).
Mouton is offline   Reply With Quote