On Fri, 12 Mar 2010 18:03:13 -0500, Gordon Ross <gordon.r...@sun.com> wrote:

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

Do you know if this will the default setup in 2010.03 ?

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.

Thank you Gordon for posting this information. I hope it is posted up front for
new OpenSolaris users. I suspect other users will run into the write
permissions issues I have run into.

Regards,
Paul

--
Paul Griffith |CSE Technical Team
Dept. of Computer Science and Engineering - York University
Tel: 416-736-2100 x70258|Fax: 416-736-5872
_______________________________________________
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to