Allow writes on Samba share

This commit is contained in:
coolneng 2021-03-23 13:15:25 +01:00
parent 3764e7f4aa
commit db16c3fef7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -24,11 +24,11 @@
shares.public = { shares.public = {
path = "/vault/samba/CSD"; path = "/vault/samba/CSD";
browseable = "yes"; browseable = "yes";
writeable = "yes";
"read only" = "no"; "read only" = "no";
"create mask" = "0644"; "create mask" = "0644";
"directory mask" = "0755"; "directory mask" = "0755";
"force user" = "coace"; "force user" = "coace";
"force group" = "users";
}; };
}; };
} }