cancel
Showing results for 
Search instead for 
Did you mean: 

[solved] CIFS and file security

zomurn
Champ in-the-making
Champ in-the-making
Hi,

I give rights as "consumer" to everyone to my folder "Archiver" in company home.
Hence, everyone can only read content.
The problem is when a user is authenticaed through CIFS, he see the folder so and can't delete it but he can delete files inside !! Why ??

PS : inheritsPermissions is set to true before applying consumer rights on folder "archiver"

Thanks
1 REPLY 1

zomurn
Champ in-the-making
Champ in-the-making
Putting like follows seems to be ok

<config evaluator="string-compare" condition="Filesystems" replace="true">
      <filesystems>

         <filesystem name="Alfresco">
            <store>workspace://SpacesStore</store>
            <rootPath>/app:company_home</rootPath>
            <accessControl default="None">
               <protocol type="CIFS" access="Read" />
               <user name="admin" access="Write" />
            </accessControl>