1
0
mirror of https://github.com/dockur/windows.git synced 2025-05-07 08:52:57 +01:00

feat: Allow symlinks in shared folder ()

This commit is contained in:
James Nguyen 2025-01-08 06:38:51 -08:00 committed by GitHub
parent 1081855571
commit 28f6e9c76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,6 +71,9 @@ addShare() {
echo " guest account = nobody" echo " guest account = nobody"
echo " map to guest = Bad User" echo " map to guest = Bad User"
echo " server min protocol = NT1" echo " server min protocol = NT1"
echo " follow symlinks = yes"
echo " wide links = yes"
echo " unix extensions = no"
echo "" echo ""
echo " # disable printing services" echo " # disable printing services"
echo " load printers = no" echo " load printers = no"