*BSD News Article 54609


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!caen!spool.mu.edu!howland.reston.ans.net!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!hp-pcd!hp-cv!reuter.cse.ogi.edu!news.willamette.edu!news.orst.edu!news.uidaho.edu!usenet
From: Faried Nawaz <fn@uidaho.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: NFS as anonymous user
Date: 13 Nov 1995 13:30:08 -0800
Organization: People's Front Against WWW
Lines: 10
Sender: nawaz921@waldrog.cs.uidaho.edu
Distribution: world
Message-ID: <im4tw8nqxr.fsf@waldrog.cs.uidaho.edu>
References: <Pine.A32.3.91.951108102041.42992A-100000@dsu2.deltast.edu>
Reply-To: fn@uidaho.edu
NNTP-Posting-Host: waldrog.cs.uidaho.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
In-reply-to: Stacy Trippe's message of Wed, 8 Nov 1995 10:23:49 -0600
X-Newsreader: Gnus v5.0.9

In article <Pine.A32.3.91.951108102041.42992A-100000@dsu2.deltast.edu> Stacy Trippe <strippe@dsu2.deltast.edu> writes:

$ Can someone tell me how to configure FreeBSD to allow "anonymous" NFS logins?

nfs doesn't do logins.  i'm assuming you want to allow mounts by non-root
users; the command for that is

            mountd -n

(read the mountd man page)