diff --git a/etc/samba/smb.conf b/etc/samba/smb.conf index 64c8415..22db4d6 100644 --- a/etc/samba/smb.conf +++ b/etc/samba/smb.conf @@ -1,22 +1,21 @@ [global] -guest account = root -map to guest = bad user workgroup = WORKGROUP server string = file-server-01 security = user create mask = 4777 directory mask = 4777 -[important] -path = /home/paul -valid users = paul -read only = yes -writable = no -public = no - [public] path = /srv/public guest ok = yes +read only = yes +writable = no +public = yes + +[private] +path = /srv/private +guest ok = no read only = no -writable = yes -public = yes \ No newline at end of file +writeable = yes +public = no +valid users = @secret \ No newline at end of file diff --git a/srv/public/ad.md b/srv/public/ad.md index 47c9141..e917376 100644 --- a/srv/public/ad.md +++ b/srv/public/ad.md @@ -8,10 +8,4 @@ Play with friends on huge survival worlds!
**Discord Invite:** https://discord.101sec.net -What are you waiting for?! - - \ No newline at end of file +What are you waiting for?! \ No newline at end of file