Hi. I've been working lately with Alfresco share, studying its integration in our development teams. Some of our devs asked I if it is possible to share a document (for example) with "by user" permissions. My question is: is there a simple way, for example, to forbid access to a document to a user in particular?
If you want to do deny you need to make some custom changes to enable " any deny denies". The default is "any allow allows". "any deny denies" is not covered by unit tests - deny is - but only using "any allow allows".
There are people using "any deny denies" in this way.