s4:libcli:smb2: add the smb2_capabilities to the smbcli_options
[kai/samba-autobuild/.git] / source4 / param / loadparm.c
index 900db7d40a7562744eb60e05bcb09def36b9d800..5f4f4181ccd4e9a09334049564905e618ca1434a 100644 (file)
@@ -44,6 +44,7 @@ void lpcfg_smbcli_options(struct loadparm_context *lp_ctx,
        options->unicode = lpcfg_unicode(lp_ctx);
        options->use_oplocks = true;
        options->use_level2_oplocks = true;
+       options->smb2_capabilities = SMB2_CAP_ALL;
        options->client_guid = GUID_random();
 }