From owner-freebsd-fs Wed Jan 17 20:41:41 2001 Delivered-To: freebsd-fs@freebsd.org Received: from schoolcenter.com (ilcarb01-194.midwest.net [208.235.13.194]) by hub.freebsd.org (Postfix) with SMTP id F011E37B404; Wed, 17 Jan 2001 20:41:15 -0800 (PST) From: educationlists@yahoo.com Reply-To: educationlists@yahoo.com To: educationlists@yahoo.com Subject: Tearcher Sites Message-Id: <20010118044115.F011E37B404@hub.freebsd.org> Date: Wed, 17 Jan 2001 20:41:15 -0800 (PST) Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I thought I would let you know about this web site I came across. They do reviews of all kinds programs and products for education. This is the link for last month’s product reviews, http://horizon.unc.edu/TS/tools/2000-11.asp I don’t know if they have done this month’s yet or not. Take care. -Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Thu Jan 18 21:20:47 2001 Delivered-To: freebsd-fs@freebsd.org Received: from modgud.nordicrecords.com (h21-168-107.nordicdms.com [207.21.168.107]) by hub.freebsd.org (Postfix) with SMTP id 0CB9437B400 for ; Thu, 18 Jan 2001 21:20:29 -0800 (PST) Received: (qmail 24626 invoked by alias); 19 Jan 2001 05:20:28 -0000 Received: (qmail 24619 invoked from network); 19 Jan 2001 05:20:28 -0000 Received: from unknown (HELO thinkpad770z) (207.21.168.217) by mail.nordicrecords.com with SMTP; 19 Jan 2001 05:20:28 -0000 From: "Dave Walton" To: freebsd-fs@freebsd.org Date: Thu, 18 Jan 2001 21:17:54 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: suiddir and samba Reply-To: walton@onlinemusic.com Message-ID: <3A675D82.10332.1E2BCB6@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to mount(8), suiddir "is designed for use on fileservers serving PC users via ftp, SAMBA, or netatalk." And chmod(1) says of mode 4000, "Directories with the set-user-id bit set will force all files and sub-directories created in them to be owned by the directory owner and not by the uid of the creating process, if the underlying file system supports this feature." I've got suiddir set up on a system that will be used as a file server. It works fine, and behaves exactly as expected from a shell, including having the suid bit inherited in new directories. However, if a user creates a directory via SAMBA, the suid bit is NOT inherited. Any ideas what is going on here? Thanks, Dave ---------------------------------------------------------------------- Dave Walton Chief Technology Officer OnlineMusic.com walton@onlinemusic.com http://www.onlinemusic.com ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Fri Jan 19 19:30:16 2001 Delivered-To: freebsd-fs@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 544D537B402 for ; Fri, 19 Jan 2001 19:29:55 -0800 (PST) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id f0K3TlK74390; Fri, 19 Jan 2001 19:29:47 -0800 (PST) Date: Fri, 19 Jan 2001 19:29:46 -0800 (PST) From: Doug White To: Dave Walton Cc: freebsd-fs@FreeBSD.ORG Subject: Re: suiddir and samba In-Reply-To: <3A675D82.10332.1E2BCB6@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Jan 2001, Dave Walton wrote: > According to mount(8), suiddir "is designed for use on fileservers > serving PC users via ftp, SAMBA, or netatalk." And chmod(1) > says of mode 4000, "Directories with the set-user-id bit set will > force all files and sub-directories created in them to be owned by > the directory owner and not by the uid of the creating process, if > the underlying file system supports this feature." > > I've got suiddir set up on a system that will be used as a file server. > It works fine, and behaves exactly as expected from a shell, > including having the suid bit inherited in new directories. However, > if a user creates a directory via SAMBA, the suid bit is NOT > inherited. Use samba's 'inherit permissions' option instead. (or something like that, I don't have the man page handy) Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Fri Jan 19 20:16:43 2001 Delivered-To: freebsd-fs@freebsd.org Received: from modgud.nordicrecords.com (h21-168-107.nordicdms.com [207.21.168.107]) by hub.freebsd.org (Postfix) with SMTP id B1F2A37B400 for ; Fri, 19 Jan 2001 20:16:26 -0800 (PST) Received: (qmail 28686 invoked by alias); 20 Jan 2001 04:16:26 -0000 Received: (qmail 28673 invoked from network); 20 Jan 2001 04:16:25 -0000 Received: from unknown (HELO thinkpad770z) (207.21.168.217) by mail.nordicrecords.com with SMTP; 20 Jan 2001 04:16:25 -0000 From: "Dave Walton" To: Doug White , freebsd-fs@FreeBSD.ORG Date: Fri, 19 Jan 2001 20:13:50 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: suiddir and samba Reply-To: walton@onlinemusic.com Message-ID: <3A689FFE.16050.192CED5@localhost> References: <3A675D82.10332.1E2BCB6@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19 Jan 2001, at 19:29, Doug White wrote: > Use samba's 'inherit permissions' option instead. (or something like that, > I don't have the man page handy) I've got "inherit permissions = yes", so the read/write bits are inherited properly, but as it says in the samba docs: "Note that the setuid bit is *never* set via inheritance (the code explicitly prohibits this)." So samba won't set that bit, even with inheritance turned on. But as I understand it, suiddir should cause the inheritance to happen at the filesystem level. So how come it's not getting set when samba creates a directory? Thanks, Dave ---------------------------------------------------------------------- Dave Walton Chief Technology Officer OnlineMusic.com walton@onlinemusic.com http://www.onlinemusic.com ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message