projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d03570
)
ksmbd: make SMB_SERVER_KERBEROS5 enable by default
author
Namjae Jeon
<linkinjeon@kernel.org>
Tue, 18 Feb 2025 07:38:17 +0000
(16:38 +0900)
committer
Steve French
<stfrench@microsoft.com>
Mon, 24 Mar 2025 15:22:06 +0000
(10:22 -0500)
The users want to use Kerberos in ksmbd. SMB_SERVER_KERBEROS5 config is
enabled by default.
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/smb/server/Kconfig
b/fs/smb/server/Kconfig
index cabe6a843c6a0722cc69b9d1f2dda5da9cabfb0d..cf70e96ad4deeb8576b0400895cd40105806cdef 100644
(file)
--- a/
fs/smb/server/Kconfig
+++ b/
fs/smb/server/Kconfig
@@
-70,4
+70,4
@@
config SMB_SERVER_CHECK_CAP_NET_ADMIN
config SMB_SERVER_KERBEROS5
bool "Support for Kerberos 5"
depends on SMB_SERVER
- default
n
+ default
y