]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: update Kconfig to note Kerberos support and fix indentation
authorSteve French <stfrench@microsoft.com>
Sun, 31 Dec 2023 07:12:28 +0000 (16:12 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2024 14:18:28 +0000 (15:18 +0100)
commitada8bcc48acd6005360168f04e4216cdfa372ccd
tree60d7b636d4db1b21e8c5d596e6615330d07a55f8
parent5c0306b0abcd45fd20e46d4b97ad5c51020518c3
ksmbd: update Kconfig to note Kerberos support and fix indentation

[ Upstream commit d280a958f8b2b62610c280ecdf35d780e7922620 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/smb/server/Kconfig