private samba shares are not read only anymore
This commit is contained in:
parent
d219a65110
commit
eb5325e29a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in {
|
||||||
browsable = "yes";
|
browsable = "yes";
|
||||||
comment = "read only share ${name}";
|
comment = "read only share ${name}";
|
||||||
path = folder;
|
path = folder;
|
||||||
"read only" = "yes";
|
"read only" = "no";
|
||||||
"valid users" = users;
|
"valid users" = users;
|
||||||
"guest ok" = "false";
|
"guest ok" = "false";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue