mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Explain why adding ``options NFSKERB'' breaks the kernel build.
PR: 10642 Reported by: Stefan Eggers <seggers@semyam.dinoco.de> Submitted by: johan
This commit is contained in:
parent
42915d02a3
commit
acaf1e1fc5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64542
@ -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.)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user