From acaf1e1fc5e71734a75ce60ab4931872e6abb12b Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 11 Aug 2000 13:03:13 +0000 Subject: [PATCH] Explain why adding ``options NFSKERB'' breaks the kernel build. PR: 10642 Reported by: Stefan Eggers Submitted by: johan --- sbin/mount_nfs/mount_nfs.8 | 3 +++ sbin/mountd/exports.5 | 3 +++ usr.sbin/mountd/exports.5 | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 5328beab8f21..d5245feff96f 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -99,6 +99,9 @@ be a multiple of DIRBLKSIZ that is <= the read size for the mount. Pass Kerberos authenticators to the server for client-to-server user-credential mapping. This requires that the kernel be built with the NFSKERB option. +The use of this option will prevent the kernel from compiling +unless calls to the appropriate Kerberos encryption routines +are provided in the NFS source. (Refer to the INTERNET-DRAFT titled .%T "Authentication Mechanisms for ONC RPC" , for more information.) diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 93a07947f9b2..b5fff27d3cd4 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -148,6 +148,9 @@ The 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. +The use of this option will prevent the kernel from compiling +unless calls to the appropriate Kerberos encryption routines +are provided in the NFS source. .Pp The .Fl ro diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 93a07947f9b2..b5fff27d3cd4 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -148,6 +148,9 @@ The 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. +The use of this option will prevent the kernel from compiling +unless calls to the appropriate Kerberos encryption routines +are provided in the NFS source. .Pp The .Fl ro