Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 1 | config SUNRPC |
| 2 | tristate |
| 3 | |
| 4 | config SUNRPC_GSS |
| 5 | tristate |
| 6 | |
| 7 | config SUNRPC_XPRT_RDMA |
| 8 | tristate |
Randy Dunlap | 55128bc | 2009-02-03 15:20:13 -0800 | [diff] [blame] | 9 | depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 10 | default SUNRPC && INFINIBAND |
| 11 | help |
J. Bruce Fields | ce0cf66 | 2008-11-02 16:18:08 -0500 | [diff] [blame] | 12 | This option allows the NFS client and server to support |
| 13 | an RDMA-enabled transport. |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 14 | |
| 15 | To compile RPC client RDMA transport support as a module, |
| 16 | choose M here: the module will be called xprtrdma. |
| 17 | |
| 18 | If unsure, say N. |
| 19 | |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 20 | config RPCSEC_GSS_KRB5 |
Trond Myklebust | df486a2 | 2010-08-17 17:42:45 -0400 | [diff] [blame] | 21 | tristate |
| 22 | depends on SUNRPC && CRYPTO |
| 23 | prompt "Secure RPC: Kerberos V mechanism" if !(NFS_V4 || NFSD_V4) |
| 24 | default y |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 25 | select SUNRPC_GSS |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 26 | select CRYPTO_MD5 |
| 27 | select CRYPTO_DES |
| 28 | select CRYPTO_CBC |
| 29 | help |
| 30 | Choose Y here to enable Secure RPC using the Kerberos version 5 |
| 31 | GSS-API mechanism (RFC 1964). |
| 32 | |
| 33 | Secure RPC calls with Kerberos require an auxiliary user-space |
| 34 | daemon which may be found in the Linux nfs-utils package |
| 35 | available from http://linux-nfs.org/. In addition, user-space |
| 36 | Kerberos support should be installed. |
| 37 | |
Trond Myklebust | df486a2 | 2010-08-17 17:42:45 -0400 | [diff] [blame] | 38 | If unsure, say Y. |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 39 | |
| 40 | config RPCSEC_GSS_SPKM3 |
| 41 | tristate "Secure RPC: SPKM3 mechanism (EXPERIMENTAL)" |
| 42 | depends on SUNRPC && EXPERIMENTAL |
| 43 | select SUNRPC_GSS |
| 44 | select CRYPTO |
| 45 | select CRYPTO_MD5 |
| 46 | select CRYPTO_DES |
| 47 | select CRYPTO_CAST5 |
| 48 | select CRYPTO_CBC |
| 49 | help |
| 50 | Choose Y here to enable Secure RPC using the SPKM3 public key |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 51 | GSS-API mechanism (RFC 2025). |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 52 | |
| 53 | Secure RPC calls with SPKM3 require an auxiliary userspace |
| 54 | daemon which may be found in the Linux nfs-utils package |
| 55 | available from http://linux-nfs.org/. |
| 56 | |
| 57 | If unsure, say N. |