Allow writes on Samba share
This commit is contained in:
parent
3764e7f4aa
commit
db16c3fef7
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue