From owner-freebsd-bugs Fri Aug 11 2:10:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id F043237BFCB for ; Fri, 11 Aug 2000 02:10:25 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.3/8.9.3) with ESMTP id LAA82870; Fri, 11 Aug 2000 11:12:06 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Message-Id: <200008110912.LAA82870@numeri.campus.luth.se> X-Mailer: exmh version 2.1.1 10/15/1999 To: Doug Rabson Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT In-Reply-To: Your message of "Fri, 11 Aug 2000 01:30:02 PDT." <200008110830.BAA34197@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Aug 2000 11:12:05 +0200 From: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Fri, 11 Aug 2000 01:30:02 PDT, Doug Rabson wrote: > > "Using this option will make the kernel not compile, if one do not also > > take care of adding calls to the appropriate kerberos encryption routins > > in the NFS source." > > That sounds about right. This patch adds this to exports(5) and mount_nfs(8). Index: sbin/mount_nfs/mount_nfs.8 =================================================================== RCS file: /home/ncvs/src/sbin/mount_nfs/mount_nfs.8,v retrieving revision 1.20 diff -u -r1.20 mount_nfs.8 --- sbin/mount_nfs/mount_nfs.8 2000/07/18 17:34:23 1.20 +++ sbin/mount_nfs/mount_nfs.8 2000/08/11 09:10:58 @@ -99,6 +99,9 @@ Pass Kerberos authenticators to the server for client-to-server user-credential mapping. This requires that the kernel be built with the NFSKERB option. +Using this option will make the kernel not compile, if one do not also +take care of adding calls to the appropriate Kerberos encryption routines +in the NFS source. (Refer to the INTERNET-DRAFT titled .%T "Authentication Mechanisms for ONC RPC" , for more information.) Index: sbin/mountd/exports.5 =================================================================== RCS file: /home/ncvs/src/sbin/mountd/exports.5,v retrieving revision 1.11 diff -u -r1.11 exports.5 --- sbin/mountd/exports.5 2000/07/03 11:43:48 1.11 +++ sbin/mountd/exports.5 2000/08/11 09:10:47 @@ -148,6 +148,9 @@ option specifies that the Kerberos authentication server should be used to authenticate and map client credentials. This option requires that the kernel be built with the NFSKERB option. +Using this option will make the kernel not compile, if one do not also +take care of adding calls to the appropriate Kerberos encryption routines +in the NFS source. .Pp The .Fl ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message