Introduce setting "desired" for 'smb encrypt' and 'client/server signing'
[samba.git] / lib / param / param_table.c
index d590bd11e4514220c0f977367e0612d0d8312c50..aa1696990bcb952066ee673008909a456965c4bd 100644 (file)
@@ -101,6 +101,7 @@ static const struct enum_list enum_smb_signing_vals[] = {
        {SMB_SIGNING_IF_REQUIRED, "On"},
        {SMB_SIGNING_IF_REQUIRED, "enabled"},
        {SMB_SIGNING_IF_REQUIRED, "auto"},
+       {SMB_SIGNING_DESIRED, "desired"},
        {SMB_SIGNING_REQUIRED, "required"},
        {SMB_SIGNING_REQUIRED, "mandatory"},
        {SMB_SIGNING_REQUIRED, "force"},