From owner-freebsd-questions Fri Jun 27 03:02:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA14508 for questions-outgoing; Fri, 27 Jun 1997 03:02:11 -0700 (PDT) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA14497 for ; Fri, 27 Jun 1997 03:02:00 -0700 (PDT) Received: from ws6303-f.gud.siemens.co.at (root@firix [10.1.143.100]) by zwei.siemens.at with ESMTP id MAA18934; Fri, 27 Jun 1997 12:00:46 +0200 (MET DST) Received: from ws6423.gud.siemens.at (ws6423-f) by ws6303-f.gud.siemens.co.at with ESMTP (1.40.112.8/16.2) id AA179285653; Fri, 27 Jun 1997 12:00:53 +0200 Received: by ws6423.gud.siemens.at (SMI-8.6/SMI-SVR4) id LAA26014; Fri, 27 Jun 1997 11:51:50 +0200 Date: Fri, 27 Jun 1997 11:51:50 +0200 From: lada@ws6303.gud.siemens.at (marino.ladavac@siemens.at) Message-Id: <199706270951.LAA26014@ws6423.gud.siemens.at> To: questions@FreeBSD.ORG, nadav@barcode.co.il Subject: Re: NFS mounts on NT with Hummingbird Maestro Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: Zx8UtzB08Bism79yqbzb7Q== Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 10:39:33 MET 1997 > Date: Fri, 27 Jun 1997 11:26:08 +0300 (IDT) > From: Nadav Eiron > To: questions@FreeBSD.ORG > Subject: NFS mounts on NT with Hummingbird Maestro > Mime-Version: 1.0 > X-Loop: FreeBSD.org > > Hi, > > Well, I'm not sure that this at all belongs here, but I decided it's > worth a try. > > I have an NT server running Hummingbird Maestro NFS Server (v 5.1.3). I > cannot get root access to mounts from that server, no matter what I tell > the Maestro server in its exports file. Other than that it works fine. > Hummingbird tech support got me nowhere. In addition, I have no other > types of NFS clients on this net, so I can't even verify whether it's > FreeBSD's or the NFS server's setup that's wrong (or buggy...) In my experience, NFS servers remap root to nobody (UID -2). Only a few (SunOS 4, *BSD, I'm not sure about SunOS 5) allow the exporter to control the remapping feature. In other words, there is nothing wrong, you simply will not be getting root access (we have to live with this security "feature" on our HP's). SUID root binaries will work, but everything you create as root will belong to nobody, and chown will not work. It's a major pain. /Marino > > Does anyone have any experience with FreeBSD and the Maestro NFS server > for NT??? > > TIA > Nadav >