As of OpenSolaris build 134, smbfs has ACL support.  See the CR:
6706181 Synopsis Make smbfs present real ACLs for ls -V, libsec
http://bugs.opensolaris.org/view_bug.do?bug_id=6706181

Files under smbfs mounts now show an ACL when the share has ACLs.

One consequence of this is that smbfs needs idmap to be running.
This is best accomplished by using the "-r" flag when you:
        svcadm enable -r svc:/network/smb/client

If your client is not a member of a domain, you may also want to:

 svccfg -s idmap setprop config/unresolvable_sid_mapping = boolean: true
 svcadm refresh idmap

which will allow handling of "foreign" SIDs in ACLs.

You may also want to add "ad" to the end of the "passwd" and "group"
lines in your /etc/nsswitch.conf so you'll see Windows names instead
of big numbers as the owner and group of files.


_______________________________________________
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to