@@ -723,40 +723,26 @@ Configuration pseudo-files:
723723======================= =======================================================
724724SecurityFlags Flags which control security negotiation and
725725 also packet signing. Authentication (may/must)
726- flags (e.g. for NTLM and/or NTLMv2) may be combined with
726+ flags (e.g. for NTLMv2) may be combined with
727727 the signing flags. Specifying two different password
728728 hashing mechanisms (as "must use") on the other hand
729729 does not make much sense. Default flags are::
730730
731- 0x07007
732-
733- (NTLM, NTLMv2 and packet signing allowed). The maximum
734- allowable flags if you want to allow mounts to servers
735- using weaker password hashes is 0x37037 (lanman,
736- plaintext, ntlm, ntlmv2, signing allowed). Some
737- SecurityFlags require the corresponding menuconfig
738- options to be enabled. Enabling plaintext
739- authentication currently requires also enabling
740- lanman authentication in the security flags
741- because the cifs module only supports sending
742- laintext passwords using the older lanman dialect
743- form of the session setup SMB. (e.g. for authentication
744- using plain text passwords, set the SecurityFlags
745- to 0x30030)::
731+ 0x00C5
732+
733+ (NTLMv2 and packet signing allowed). Some SecurityFlags
734+ may require enabling a corresponding menuconfig option.
746735
747736 may use packet signing 0x00001
748737 must use packet signing 0x01001
749- may use NTLM (most common password hash) 0x00002
750- must use NTLM 0x02002
751738 may use NTLMv2 0x00004
752739 must use NTLMv2 0x04004
753- may use Kerberos security 0x00008
754- must use Kerberos 0x08008
755- may use lanman (weak) password hash 0x00010
756- must use lanman password hash 0x10010
757- may use plaintext passwords 0x00020
758- must use plaintext passwords 0x20020
759- (reserved for future packet encryption) 0x00040
740+ may use Kerberos security (krb5) 0x00008
741+ must use Kerberos 0x08008
742+ may use NTLMSSP 0x00080
743+ must use NTLMSSP 0x80080
744+ seal (packet encryption) 0x00040
745+ must seal (not implemented yet) 0x40040
760746
761747cifsFYI If set to non-zero value, additional debug information
762748 will be logged to the system error log. This field
0 commit comments