From owner-freebsd-hackers Wed Sep 13 15:16:04 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA28617 for hackers-outgoing; Wed, 13 Sep 1995 15:16:04 -0700 Received: from uran.informatik.uni-bonn.de (root@uran.informatik.uni-bonn.de [131.220.8.49]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA28606 for ; Wed, 13 Sep 1995 15:15:51 -0700 Received: from oink.rhein.de (oink.rhein.de [193.175.27.130]) by uran.informatik.uni-bonn.de (8.6.12-ws8/8.6.10-ws2) with ESMTP id AAA26036; Thu, 14 Sep 1995 00:11:46 +0200 Received: (from noses@localhost) by oink.rhein.de (8.6.11/8.6.9) id AAA13708; Thu, 14 Sep 1995 00:11:44 +0200 Message-Id: <199509132211.AAA13708@oink.rhein.de> Subject: Re: smfs To: gryphon@healer.com (Coranth Gryphon) Date: Thu, 14 Sep 1995 00:11:43 +0200 (MET DST) Cc: owensc@enc.edu, terry@lambert.org, freebsd-hackers@FreeBSD.ORG, leisner@sdsp.mc.xerox.com In-Reply-To: <199509132148.RAA02844@healer.com> from "Coranth Gryphon" at Sep 13, 95 05:48:34 pm From: noses@oink.rhein.de (Noses) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Content-Length: 875 Sender: hackers-owner@FreeBSD.ORG Precedence: bulk > On Wed, 13 Sep 1995, Terry Lambert wrote: > > You know that the smbfs "logs in" as a single client into an SMB server > > (possibly smbd on another box) and thus has only a single credential > > authenticated, that credential to be used by all UNIX users the kernel > > funnels through the file system, right? That sounds a bit sloppy; you could as well pass on the users' credentials. > Since PC's do not normally implement user-level security, such cannot > be reasolable implemented without maintaining all the security information > on the unix side of the transaction. I love it when people are talking about PCs in general - I guess a PC running FreeBSD DOES know about the "unix side of a transaction". But a number of other operating systems aren't that blind either (e.g. Win NT, Win 95 (getting it's user database from a Netware server) or even OS/2). Achim