Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18f75ca0 authored by Steve French's avatar Steve French
Browse files

[CIFS] Allow LANMAN21 support even in both POSIX non-POSIX path

parent de7ed55d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ static struct {
} protocols[] = {
#ifdef CONFIG_CIFS_WEAK_PW_HASH
	{LANMAN_PROT, "\2LM1.2X002"},
	{LANMAN2_PROT, "\2LANMAN2.1"},
#endif /* weak password hashing for legacy clients */
	{CIFS_PROT, "\2NT LM 0.12"}, 
	{BAD_PROT, "\2"}