Introduce setting "desired" for 'smb encrypt' and 'client/server signing'
[sfrench/samba-autobuild/.git] / libcli / smb / smb_constants.h
index 589b1a63d9500823058904fb77077c7aca4b3ca7..c4cca1568ea45647efcdcd80d78a2b2db3607969 100644 (file)
@@ -98,6 +98,7 @@ enum smb_signing_setting {
        SMB_SIGNING_DEFAULT = -1,
        SMB_SIGNING_OFF = 0,
        SMB_SIGNING_IF_REQUIRED = 1,
+       SMB_SIGNING_DESIRED = 2,
        SMB_SIGNING_REQUIRED = 3,
 };