-------- Forwarded Message -------- From: Gordon Ross <[email protected]> To: [email protected] Cc: [email protected] Subject: [smbfs-discuss] Heads-up! ACL support in smbfs as of build 134 Date: Fri, 12 Mar 2010 18:03:13 -0500
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. _______________________________________________ smbfs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/smbfs-discuss _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
