diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-11 13:03:13 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-11 13:03:13 +0000 |
commit | 6f43e9874479c9a870eb01864cacd9f8cc938358 (patch) | |
tree | ddb6b2216b3d5a58a74072fcb75b0fc0e670e361 | |
parent | bea2d0ad7938bd5e416f6a62540b33295df6b0e3 (diff) | |
download | FreeBSD-src-6f43e9874479c9a870eb01864cacd9f8cc938358.zip FreeBSD-src-6f43e9874479c9a870eb01864cacd9f8cc938358.tar.gz |
Explain why adding ``options NFSKERB'' breaks the kernel build.
PR: 10642
Reported by: Stefan Eggers <seggers@semyam.dinoco.de>
Submitted by: johan
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 | ||||
-rw-r--r-- | sbin/mountd/exports.5 | 3 | ||||
-rw-r--r-- | usr.sbin/mountd/exports.5 | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 5328bea..d5245fe 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 93a0794..b5fff27 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 93a0794..b5fff27 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 |