1) site chattr +h DirName =testgroup
2) site chmod -R 777 DirName
3) edit the .ini file to make sure things like Delete are valid for users in that section... "Delete = /Path/DirName/* 1VM =testgroup". Use quotes around path if it contains spaces. You could open up /Path/* to everyone and rely on the private group setting to control who can enter that dir, but it's probably safer to enumerate the rights in the .ini though it's more work... Probably something I should think about making easier to do so people don't need to edit the .ini file like making the private dir setting use named permission templates... hmm...
|