From owner-freebsd-questions Sat Sep 25 19:11:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id CF33E14C2B for ; Sat, 25 Sep 1999 19:11:46 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA48199; Sat, 25 Sep 1999 22:14:35 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199909260214.WAA48199@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Easy NFS problem :/ In-Reply-To: from Sabre at "Sep 25, 1999 08:15:21 pm" To: sabre@sabre.dhs.org (Sabre) Date: Sat, 25 Sep 1999 22:14:35 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sabre wrote, > ok, I took out the rw (Which I thought meant Read-Write ;) Now on to the > UID's :) I thought that when I put the clients IP in, that the server > would give full permissions to who ever tried to access it from the > client. How do I tell it which uid's to allow when they have seperate > passwd files (I was going to set this up using NIS, so should I have done > that first?) > Sabre IP address or hostname, the server, by default, calculates permissions by whatever uid's the clients report, with the exception of root mapping to nobody. If you are logged into a client and you have uid 1001, that is what the server will use to see if you have permission to do an action. If you are going to do NIS, yes, you probably want to do that before you try to get NFS working perfectly. Once NIS is up, usernames on both platforms will correspond to the same uid's. That way, 'joeuser' has the same permissions to access files on a NFS client that he would if he had logged right into the server. That's kinda the whole idea of these utilities, BTW. Now, if you _really_ want to make everything on the mounted systems completely controlled by everyone (and this is not recommended), you can use the -mapall option and make all users have the permissions of root on the mounted filesystem. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message