From owner-freebsd-hackers Tue Sep 14 1:40:19 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 9DF9B15672 for ; Tue, 14 Sep 1999 01:40:15 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA85298; Tue, 14 Sep 1999 09:41:22 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 14 Sep 1999 09:41:22 +0100 (BST) From: Doug Rabson To: Zhihui Zhang Cc: freebsd-hackers@freebsd.org Subject: Re: NFS authentication In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 13 Sep 1999, Zhihui Zhang wrote: > > I am wondering where the NFS authentication is done in FreeBSD. Is it done > by the NFS daemon mountd (or other daemon) or within the kernel? Can > anyone give me a pointer? Thanks a lot. Kerberos authentication is done by nfsd. The kernel returns ENEEDAUTH from the nfssvc() call and nfsd does the authentication, passing the results back via nfssvc(). I don't think this code is actually used by anyone so there is a strong possibility that it doesn't work at all. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message