Lately I'm getting this question a lot.
For every project I want to create a tree like this:
Code:
- project
- drawing
- secretariat
- coordination
Everyone should be able to read/write in 'project'.
Only drawing should be able to read/write in 'drawing'.
Only secretariat should be able to read/write in 'secretariat'.
And so on...
I think I can manage to set this up in samba. The problem is, is there a way to enforce those rights when a new project is created from a windows client?