John Sonnenschein wrote: > I have 2 people trying to access a CIFS share, both Macs. > > they both have usernames on the CIFS server ( Solaris ), and they login with > them ( mount username/pass ) > > When one user creates a file, the ACL's don't let the other read/list/etc it. > I tried mucking about with idmap, but that did nothing. I'd prefer not to > have them both use the same username/password. > > as it turns out the zfs 'aclmode' property does nothing at all.
umask and zfs properties are not taken into account when creating objects or changing ACLs from a CIFS client since the result would not be compatible with what Windows/CIFS users would expect. CIFS server will apply Windows inheritance rules when creating objects over CIFS, ZFS rules would not be applied. As Alan mentioned you need to setup proper ACE inheritance in a directories ACL so that objects that are created in that directory would end up with the access control you expect. Afshin > > Is there a simple solution to this? > -- > This message posted from opensolaris.org > _______________________________________________ > cifs-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/cifs-discuss _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
