Orvar Korvar wrote:
I have some additional ACL links, maybe you find them useful, maybe not. http://gibbs.acu.edu/2008/07/20/my-cifs-on-zfs-acl/ http://vmsysadmin.wordpress.com/2009/01/18/using-zfs-acls-to-protect-cifs-shares-on-opensolaris/ http://www.aspdeveloper.net/tiki-index.php?page=SolarisCIFSPermissions http://opensolaris.org/jive/thread.jspa?messageID=266839 Anyway, I have an easy question. How do you consider this setup? I think ACL is not needed in this case? I have a ZFS raid with lots of old files. I want to be able to read and modify all files in ZFS raid with one user. And the rest of the users should only be able to read the ZFS raid, but not modify. I create a user "james" with id 1000, belonging to group "user" = 1000. Thus james is 1000:1000. I want all people belonging to group "user" to be able to only read ZFSraid but not modify. I want james to be able to read and modify ZFSraid. So it should suffice if I changed ownership of all files and directories to james. And then set chmod 744 on all files and directories. Then Im done without using ACL? Is this correct?
This works for local/NFS access but it might not work quite perfectly for CIFS access since Unix '7' does not translate to Windows 'full-control'. Also '4' might not exactly map to Windows 'Read' Afshin _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
