diff --git a/configs/smb.24.04.conf b/configs/smb.24.04.conf new file mode 100644 index 0000000..78643cd --- /dev/null +++ b/configs/smb.24.04.conf @@ -0,0 +1,18 @@ +[global] + + vfs objects = full_audit + full_audit:prefix = %u|%I|%m|%S + full_audit:success = mkdirat unlinkat renameat write + full_audit:failure = none + full_audit:facility = local5 + full_audit:priority = NOTICE + +# Put this line only for the groupfolder's share +[Some gorupfolder share] + + full_audit:prefix = %u|%I|%m|__groupfolders/ + +# To disable logs for a specific share +[A share] + + vfs objects = \ No newline at end of file