Require auth for public samba share

This commit is contained in:
2022-05-16 13:22:00 -04:00
parent 8a1e0b76f1
commit 63902fcb46
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
path = "/data/samba/Public";
browseable = "yes";
"read only" = "no";
"guest ok" = "yes";
"guest ok" = "no";
"create mask" = "0644";
"directory mask" = "0755";
"force user" = "public_data";