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 /sbin/mount_nfs | |
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
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 |
1 files changed, 3 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.) |