From owner-freebsd-stable@FreeBSD.ORG Fri Nov 26 15:35:52 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6839916A4CF for ; Fri, 26 Nov 2004 15:35:52 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907E043D3F for ; Fri, 26 Nov 2004 15:35:51 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iAQFZfWP036466 for ; Fri, 26 Nov 2004 16:35:41 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <41A74D4D.6030606@fer.hr> Date: Fri, 26 Nov 2004 16:35:41 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Samba & filesystem ACLs? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 15:35:52 -0000 I noticed Samba 3 can be built to support "ACL"s, so I tried it, mounted a ufs2 partition with acls, shared it and really, manipulation of files through windows explorer dialog adds ACL data to files, and getfacl(1) reports there indeed are ACLs. BUT, there are two problems: the permissions set this way are weird when viewed from ls or getfacl (looks to me like random r/w/x bits are set in the unix perms mask), and using it on windows "roaming profiles" share causes the windows client to fail on logoff, complaining it cannot create/store some roaming profile folders (but some files and folders work ok). Did I misunderstood what Samba's ACL support means, or is it a bug? Did anybody succeed running Samba with acls-enabled filesystem?