hello everyone .. is there a possibility of adding permissions in a sub-directory? So that the end user can only read the contents of sub-directories?
Example
Company home -> Test ->Test 2
Add user "noob" into space Test2 with consumer roll.
User "noob" can't go to Test2 directory because he don't have permissions into Company home and Test ,but thru webdav he can go directly to : http://server:8080/alfresco/webdav/Test/Test2/
Or how to edit a roll "Editor" just to view the directories, and that can not only watch content directory tree..
Hi, you can give a consumer role to user 'noob', then using a lucene path query obtain as a result the node corresponding to Test2 and do what you need. This allows you to reach a node even if parent folder are not accessible.