private samba shares are not read only anymore

This commit is contained in:
Ingolf Wagner 2020-06-07 11:48:41 +02:00
parent d219a65110
commit eb5325e29a
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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";
}; };