mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_SIGNING_SUPPORTED
metze
This commit is contained in:
parent
a4ac06a4be
commit
4d819389f2
@ -148,12 +148,13 @@ static const struct enum_list enum_smb_signing_vals[] = {
|
||||
{SMB_SIGNING_OFF, "0"},
|
||||
{SMB_SIGNING_OFF, "Off"},
|
||||
{SMB_SIGNING_OFF, "disabled"},
|
||||
{SMB_SIGNING_SUPPORTED, "Yes"},
|
||||
{SMB_SIGNING_SUPPORTED, "True"},
|
||||
{SMB_SIGNING_SUPPORTED, "1"},
|
||||
{SMB_SIGNING_SUPPORTED, "On"},
|
||||
{SMB_SIGNING_SUPPORTED, "enabled"},
|
||||
{SMB_SIGNING_SUPPORTED, "auto"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "if_required"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "Yes"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "True"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "1"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "On"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "enabled"},
|
||||
{SMB_SIGNING_IF_REQUIRED, "auto"},
|
||||
{SMB_SIGNING_REQUIRED, "required"},
|
||||
{SMB_SIGNING_REQUIRED, "mandatory"},
|
||||
{SMB_SIGNING_REQUIRED, "force"},
|
||||
|
Loading…
Reference in New Issue
Block a user