Allow writes on Samba share
This commit is contained in:
parent
3764e7f4aa
commit
db16c3fef7
|
@ -24,11 +24,11 @@
|
|||
shares.public = {
|
||||
path = "/vault/samba/CSD";
|
||||
browseable = "yes";
|
||||
writeable = "yes";
|
||||
"read only" = "no";
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
"force user" = "coace";
|
||||
"force group" = "users";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue