From 5deff76ff32ee343b9f87455972524390b527332 Mon Sep 17 00:00:00 2001 From: James Nguyen <143449216+james-nguyen-ai@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:00:03 -0800 Subject: [PATCH] Update samba.sh to enable folders with symlinks --- src/samba.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/samba.sh b/src/samba.sh index 3137d05b6..7ef3d5aa7 100644 --- a/src/samba.sh +++ b/src/samba.sh @@ -71,6 +71,9 @@ addShare() { echo " guest account = nobody" echo " map to guest = Bad User" echo " server min protocol = NT1" + echo " follow symlinks = yes" + echo " wide links = yes" + echo " unix extensions = no" echo "" echo " # disable printing services" echo " load printers = no"