From owner-freebsd-hackers Tue Sep 14 2:21: 0 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 4228E156E2 for ; Tue, 14 Sep 1999 02:20:57 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.8.8/8.8.8) with ESMTP id TAA15372; Mon, 13 Sep 1999 19:39:37 -0700 (PDT) (envelope-from bright@wintelcom.net) Date: Tue, 14 Sep 1999 02:39:37 +0000 (GMT) From: Alfred Perlstein To: Doug Rabson Cc: Zhihui Zhang , 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 Tue, 14 Sep 1999, Doug Rabson wrote: > 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. nfs_socket.c:#ifdef NFSKERB nfs_socket.c- XXX nfs_socket.c-#endif There is some work already there, it's just incomplete. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message