Date: Fri, 11 Aug 2000 11:12:05 +0200 From: Johan Karlsson <k@numeri.campus.luth.se> To: Doug Rabson <dfr@nlsystems.com> Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT Message-ID: <200008110912.LAA82870@numeri.campus.luth.se> In-Reply-To: Your message of "Fri, 11 Aug 2000 01:30:02 PDT." <200008110830.BAA34197@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008110912.LAA82870>