cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS does not respect the owner

alarocca
Champ in-the-making
Champ in-the-making
According permissionDefinitions.xml, contributors have full permission on what they have created - via the permissions assigned to the owner. While the web client works in this way, cifs do not.

As contributor you can create a content and you are the owner of it. Now if you enter cifs and try to drag&drop that file over __CheckInOut.exe, Alfresco will show you the following message: "Not a valid Alfresco CIFS folder".

It's quite strange, but if you have the collaborator role (or both contributor and editor), even cifs works properly.

It seems that user has not write permissions even if he is the owner. If you add the following permission to the contributor definition then it works:

          <includePermissionGroup type="sys:base" permissionGroup="Write"/>

Is it a bug?

BR,
Alessandro
1 REPLY 1

alarocca
Champ in-the-making
Champ in-the-making
More information on this. The guilty seems to be alfresco.exe that is the desktop action tool. This tool probably checks user write permissions on the current folder before to execute the action. Even for the showDetails action that should be executed by a consumer too.