Mike, I looked at the capture and I can guess why you're getting an access denied but I need to know the corresponding Solaris user falls into which category here, is it everyone?
Besides ZFS ACL and the DOS read-only there's no other protection from the CIFS side yet. By the way to resolve this is to do: chmod A=everyone@:rwxpdDaARWcCos:allow <your shared directory> By doing this this directory is giving everybody full-access in real CIFS way. Afshin Mike wrote: > It's never just one problem. =) > > Thanks for the info on ZFS ACLs. They look alright, though: > > 0:owner@::deny > 1:owner@:list_directory/read_data/add_file/write_data/add_subdirectory > /append_data/write_xattr/execute/write_attributes/write_acl > /write_owner:allow > 2:group@::deny > 3:group@:list_directory/read_data/add_file/write_data/add_subdirectory > /append_data/execute:allow > 4:everyone@:write_xattr/write_attributes/write_acl/write_owner:deny > 5:everyone@:list_directory/read_data/add_file/write_data > /add_subdirectory/append_data/read_xattr/execute/read_attributes > /read_acl/synchronize:allow > > ...everyone has add_file and write_data permissions. Is there not also some > additional CIFS access control stuff? For instance, I know that with samba > one could specify whether individual users had read/write access? > > This forum doesn't want me to attach a file, so I've put a capture of the > smbclient put attempt here: > > http://www.sendspace.com/file/81sk8n > > Thanks > > > This message posted from opensolaris.org > _______________________________________________ > storage-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/storage-discuss _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
