ACL / rights on Excel files

Alain Siani alain.siani at gmail.com
Wed Jun 25 14:18:00 GMT 2008


Hello,

I have big problem !

Samba remove group rights on the file, and my user can't work on its 
files....
The user is alone working on the file.
The user use Excel.


Please help !!! i don't want to use microsoft server ;) !!!!

[root at fs5 TOP_FOLDER]# getfacl MYFILE.xls
# file: MYFILE.xls
# owner: myusername
# group: root
user::rwx
*group::rwx*
group:sales:rwx
group:supply:rwx
group:superviseur:rwx
group:supply_mgr:rwx
group:audit:rwx
mask::rwx
other::---


...>>> The user work on the file, after some recording...-->




[root at fs5 TOP_FOLDER]# getfacl MYFILE.xls
# file: MYFILE.xls
# owner: myusername
# group: root
user::rwx
*group::r--*
group:sales:rwx
group:supply:rwx
group:superviseur:rwx
group:supply_mgr:rwx
group:audit:rwx
mask::rwx
other::---

The rigths for the top subfolder :

# file: TOP_FOLDER
# owner: ghenry
# group: root
user::rwx
group::rwx
group:sales:rwx
group:supply:rwx
group:superviseur:rwx
group:supply_mgr:rwx
group:audit:rwx
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:sales:rwx
default:group:supply:rwx
default:group:superviseur:rwx
default:group:supply_mgr:rwx
default:group:audit:rwx
default:mask::rwx
default:other::---


*_The samba share in smb.conf :_*
[Company]
        comment = [%L] Company
        path = /home/sfe/shared/Company
        valid users = @company, @superviseur
        write list =  @company, @superviseur


Thanks,
Alain


More information about the samba-technical mailing list