linux/Documentation/admin-guide/cifs
Steve French d2346e2836 cifs: fix setting SecurityFlags to true
If you try to set /proc/fs/cifs/SecurityFlags to 1 it
will set them to CIFSSEC_MUST_NTLMV2 which no longer is
relevant (the less secure ones like lanman have been removed
from cifs.ko) and is also missing some flags (like for
signing and encryption) and can even cause mount to fail,
so change this to set it to Kerberos in this case.

Also change the description of the SecurityFlags to remove mention
of flags which are no longer supported.

Cc: stable@vger.kernel.org
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-07-13 09:24:27 -05:00
..
authors.rst cifs: documentation cleanup 2021-02-16 15:03:04 -06:00
changes.rst cifs: correct references in Documentation to old fs/cifs path 2023-05-24 16:29:21 -05:00
index.rst
introduction.rst doc: Fix typo in admin-guide/cifs/introduction.rst 2024-03-18 03:38:08 -06:00
todo.rst cifs: update known bugs mentioned in kernel docs for cifs 2024-01-19 10:30:22 -06:00
usage.rst cifs: fix setting SecurityFlags to true 2024-07-13 09:24:27 -05:00
winucase_convert.pl