Skip to content

Commit d280a95

Browse files
committed
ksmbd: update Kconfig to note Kerberos support and fix indentation
Fix indentation of server config options, and also since support for very old, less secure, NTLM authentication was removed (and quite a while ago), remove the mention of that in Kconfig, but do note Kerberos (not just NTLMv2) which are supported and much more secure. Acked-by: Namjae Jeon <linkinjeon@kernel.org> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 7010357 commit d280a95

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

fs/ksmbd/Kconfig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ config SMB_SERVER
3333
in ksmbd-tools, available from
3434
https://github.com/cifsd-team/ksmbd-tools.
3535
More detail about how to run the ksmbd kernel server is
36-
available via README file
36+
available via the README file
3737
(https://github.com/cifsd-team/ksmbd-tools/blob/master/README).
3838

3939
ksmbd kernel server includes support for auto-negotiation,
4040
Secure negotiate, Pre-authentication integrity, oplock/lease,
4141
compound requests, multi-credit, packet signing, RDMA(smbdirect),
4242
smb3 encryption, copy-offload, secure per-user session
43-
establishment via NTLM or NTLMv2.
43+
establishment via Kerberos or NTLMv2.
44+
45+
if SMB_SERVER
4446

4547
config SMB_SERVER_SMBDIRECT
4648
bool "Support for SMB Direct protocol"
@@ -54,6 +56,8 @@ config SMB_SERVER_SMBDIRECT
5456
SMB Direct allows transferring SMB packets over RDMA. If unsure,
5557
say N.
5658

59+
endif
60+
5761
config SMB_SERVER_CHECK_CAP_NET_ADMIN
5862
bool "Enable check network administration capability"
5963
depends on SMB_SERVER

0 commit comments

Comments
 (0)