Added smb.conf file
This commit is contained in:
18
configs/smb.24.04.conf
Normal file
18
configs/smb.24.04.conf
Normal file
@@ -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/<group-folders-id>
|
||||
|
||||
# To disable logs for a specific share
|
||||
[A share]
|
||||
|
||||
vfs objects =
|
||||
Reference in New Issue
Block a user