smb3: clarify mount warning 6.8-rc3-smb3-client-fixes
authorSteve French <stfrench@microsoft.com>
Wed, 7 Feb 2024 05:57:18 +0000 (23:57 -0600)
committerSteve French <stfrench@microsoft.com>
Fri, 9 Feb 2024 20:43:27 +0000 (14:43 -0600)
commita5cc98eba2592d6e3c5a4351319595ddde2a5901
tree77a022edba3c72cd2b9f06532ccb3685080608a6
parenta39c757bf0596b17482a507f31c3ef0af0d1d2b4
smb3: clarify mount warning

When a user tries to use the "sec=krb5p" mount parameter to encrypt
data on connection to a server (when authenticating with Kerberos), we
indicate that it is not supported, but do not note the equivalent
recommended mount parameter ("sec=krb5,seal") which turns on encryption
for that mount (and uses Kerberos for auth).  Update the warning message.

Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/fs_context.c