Kconfig 1.97 KB
Newer Older
Namjae Jeon's avatar
Namjae Jeon committed
1
config SMB_SERVER
2
	tristate "SMB3 server support (EXPERIMENTAL)"
Namjae Jeon's avatar
Namjae Jeon committed
3
	depends on INET
4
	depends on MULTIUSER
5
	depends on FILE_LOCKING
Namjae Jeon's avatar
Namjae Jeon committed
6 7 8 9 10 11 12 13 14 15 16 17 18
	select NLS
	select NLS_UTF8
	select CRYPTO
	select CRYPTO_MD5
	select CRYPTO_HMAC
	select CRYPTO_ECB
	select CRYPTO_LIB_DES
	select CRYPTO_SHA256
	select CRYPTO_CMAC
	select CRYPTO_SHA512
	select CRYPTO_AEAD2
	select CRYPTO_CCM
	select CRYPTO_GCM
19
	select ASN1
20
	select OID_REGISTRY
21
	select CRC32
Namjae Jeon's avatar
Namjae Jeon committed
22 23 24 25 26 27 28 29 30 31 32
	default n
	help
	  Choose Y here if you want to allow SMB3 compliant clients
	  to access files residing on this system using SMB3 protocol.
	  To compile the SMB3 server support as a module,
	  choose M here: the module will be called ksmbd.

	  You may choose to use a samba server instead, in which
	  case you can choose N here.

	  You also need to install user space programs which can be found
33 34 35
	  in ksmbd-tools, available from
	  https://github.com/cifsd-team/ksmbd-tools.
	  More detail about how to run the ksmbd kernel server is
Namjae Jeon's avatar
Namjae Jeon committed
36
	  available via README file
37
	  (https://github.com/cifsd-team/ksmbd-tools/blob/master/README).
Namjae Jeon's avatar
Namjae Jeon committed
38

39
	  ksmbd kernel server includes support for auto-negotiation,
Namjae Jeon's avatar
Namjae Jeon committed
40 41 42 43 44 45 46 47
	  Secure negotiate, Pre-authentication integrity, oplock/lease,
	  compound requests, multi-credit, packet signing, RDMA(smbdirect),
	  smb3 encryption, copy-offload, secure per-user session
	  establishment via NTLM or NTLMv2.

config SMB_SERVER_SMBDIRECT
	bool "Support for SMB Direct protocol"
	depends on SMB_SERVER=m && INFINIBAND && INFINIBAND_ADDR_TRANS || SMB_SERVER=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y
48
	select SG_POOL
Namjae Jeon's avatar
Namjae Jeon committed
49 50 51 52 53 54 55 56 57 58 59 60 61 62
	default n

	help
	  Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.

	  SMB Direct allows transferring SMB packets over RDMA. If unsure,
	  say N.

config SMB_SERVER_CHECK_CAP_NET_ADMIN
	bool "Enable check network administration capability"
	depends on SMB_SERVER
	default y

	help
63
	  Prevent unprivileged processes to start the ksmbd kernel server.
Namjae Jeon's avatar
Namjae Jeon committed
64 65 66 67 68

config SMB_SERVER_KERBEROS5
	bool "Support for Kerberos 5"
	depends on SMB_SERVER
	default n