aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-08-11 13:03:13 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-08-11 13:03:13 +0000
commitacaf1e1fc5e71734a75ce60ab4931872e6abb12b (patch)
treedc2a354a48fcb61197227c5f50fe46408aa51b64 /sbin
parent42915d02a33018530f6eede8f0df4e8fbeacfa77 (diff)
downloadsrc-acaf1e1fc5e71734a75ce60ab4931872e6abb12b.tar.gz
src-acaf1e1fc5e71734a75ce60ab4931872e6abb12b.zip
Explain why adding ``options NFSKERB'' breaks the kernel build.
PR: 10642 Reported by: Stefan Eggers <seggers@semyam.dinoco.de> Submitted by: johan
Notes
Notes: svn path=/head/; revision=64542
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_nfs/mount_nfs.83
-rw-r--r--sbin/mountd/exports.53
2 files changed, 6 insertions, 0 deletions
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