Hi there,
Is it possible someway to cascade user rights down in an easy way? For example if my server folder structure is as follows :
dir 1
-- dir 1A
-------- dir 1A1
-------- dir 1A2
-- dir 1B
etc
and I want to give a certain group of users access to directory 1 and everything below, I need to give these access rights one by one for every single folder below. Which can be an issue when I add an extra folder and I forget to give the right access rights.
What I am looking for is a way to ensure all folders below a given folder are all using the same rights as the top folder, without the need to do this manually one by one and on a regular base over again.
If not possible can you add it as a 'more than nice to have' feature for future versions?