Skip to content

Commit a2e2f2d

Browse files
scottmayhewJ. Bruce Fields
authored andcommitted
nfsd: v4 support requires CRYPTO_SHA256
The new nfsdcld client tracking operations use sha256 to compute hashes of the kerberos principals, so make sure CRYPTO_SHA256 is enabled. Fixes: 6ee95d1 ("nfsd: add support for upcall version 2") Reported-by: Jamie Heilman <[email protected]> Signed-off-by: Scott Mayhew <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 18b9a89 commit a2e2f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfsd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ config NFSD_V4
7373
select NFSD_V3
7474
select FS_POSIX_ACL
7575
select SUNRPC_GSS
76-
select CRYPTO
76+
select CRYPTO_SHA256
7777
select GRACE_PERIOD
7878
help
7979
This option enables support in your system's NFS server for

0 commit comments

Comments
 (0)